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:
parent
e3d7040910
commit
88cd834a19
1 changed files with 3 additions and 3 deletions
|
@ -14,7 +14,7 @@
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.subtitleSyncTextField {
|
.subtitleSyncTextField {
|
||||||
|
@ -27,7 +27,7 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
color: white;
|
color: white;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
#prompt {
|
#prompt {
|
||||||
|
@ -44,5 +44,5 @@
|
||||||
-webkit-flex-grow: 1;
|
-webkit-flex-grow: 1;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
border-radius: .3em;
|
border-radius: .3em;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue