mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix at-rule-empty-line-before (CSS)
This commit is contained in:
parent
0ec0326c9d
commit
51d9176d8b
2 changed files with 2 additions and 0 deletions
|
@ -273,6 +273,7 @@
|
||||||
display: none !important
|
display: none !important
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media all and (max-width:50em) {
|
@media all and (max-width:50em) {
|
||||||
.videoOsdBottom .btnFastForward, .videoOsdBottom .btnRewind {
|
.videoOsdBottom .btnFastForward, .videoOsdBottom .btnRewind {
|
||||||
display: none !important
|
display: none !important
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@keyframes view-fadein {
|
@keyframes view-fadein {
|
||||||
from {
|
from {
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue