mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 13:28:28 +01:00
css improvments!!
This commit is contained in:
parent
004cc7998b
commit
07bcfbadd9
1 changed files with 11 additions and 2 deletions
|
@ -198,7 +198,7 @@ a {
|
||||||
.video-info-panel.gradient {
|
.video-info-panel.gradient {
|
||||||
padding: 12px;
|
padding: 12px;
|
||||||
border-radius: 11px;
|
border-radius: 11px;
|
||||||
background-image: var(--div-gradient);
|
background-image: var(--div-gradient) !important;
|
||||||
display: block;
|
display: block;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
@ -631,6 +631,15 @@ a.new-button:hover {
|
||||||
max-height: 185.6px;
|
max-height: 185.6px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (min-width: 1400px) {
|
||||||
|
.pwp > input[type="checkbox"]:checked ~ div,
|
||||||
|
.div_box:target {
|
||||||
|
display: flex;
|
||||||
|
margin-top: -54em;
|
||||||
|
margin-left: -14em;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.checkbox:checked + .fnt {
|
.checkbox:checked + .fnt {
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
}
|
}
|
||||||
|
@ -641,6 +650,6 @@ a.new-button:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
.div_box {
|
.div_box {
|
||||||
display: none;
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue