1
Fork 0

css improvments!!

This commit is contained in:
Ashley 2023-01-08 00:46:47 +00:00
parent 004cc7998b
commit 07bcfbadd9

View file

@ -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;
} }
} }