1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Fix rule-empty-line-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:02:21 +01:00
parent a896a6bcad
commit fafd0d4ea0
12 changed files with 2 additions and 30 deletions

View file

@ -121,7 +121,6 @@
}
@media all and (max-width: 70em) {
.nowPlayingBarRight .nowPlayingBarUserDataButtons {
display: none;
}
@ -155,6 +154,7 @@
.nowPlayingBarRight .nowPlayingBarVolumeSliderContainer {
display: none !important;
}
.nowPlayingBarInfoContainer {
width: 70%;
}