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

Fix block-closing-brace-newline-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:37:45 +01:00
parent e3d7040910
commit 88cd834a19

View file

@ -14,7 +14,7 @@
top: 0;
right: 0;
color: #ccc;
z-index: 2;
z-index: 2;
}
.subtitleSyncTextField {
@ -27,7 +27,7 @@
text-align: center;
font-size: 20px;
color: white;
z-index: 2;
z-index: 2;
}
#prompt {
@ -44,5 +44,5 @@
-webkit-flex-grow: 1;
flex-grow: 1;
border-radius: .3em;
z-index: 1;
z-index: 1;
}