1
0
Fork 0
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:
MrTimscampi 2020-01-19 13:32:59 +01:00
parent 0ec0326c9d
commit 51d9176d8b
2 changed files with 2 additions and 0 deletions

View file

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

View file

@ -18,6 +18,7 @@
opacity: 0; opacity: 0;
} }
} }
@keyframes view-fadein { @keyframes view-fadein {
from { from {
opacity: 0; opacity: 0;