mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix no-missing-end-of-source-newline (CSS)
This commit is contained in:
parent
c7264691d2
commit
2a074d10f1
@ -9,4 +9,4 @@
|
||||
vertical-align: middle;
|
||||
font-family: inherit;
|
||||
font-size: inherit;
|
||||
}
|
||||
}
|
||||
|
@ -16,4 +16,4 @@
|
||||
font-weight: 700;
|
||||
text-align: left;
|
||||
vertical-align: top;
|
||||
}
|
||||
}
|
||||
|
@ -44,4 +44,4 @@
|
||||
|
||||
.align-self-flex-end {
|
||||
align-self: flex-end;
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@ html {
|
||||
.formDialogFooter {
|
||||
position: static !important;
|
||||
margin: 0 -1em !important;
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
#guideTab {
|
||||
padding-left: .5em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -10,4 +10,4 @@
|
||||
|
||||
.appfooter.headroom--unpinned {
|
||||
transform: translateY(100%) !important;
|
||||
}
|
||||
}
|
||||
|
@ -5,4 +5,4 @@
|
||||
|
||||
.lblDirectoryPickerPath {
|
||||
white-space: nowrap;
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
|
||||
.headroom--unpinned:not(.headroomDisabled) {
|
||||
transform: translateY(-100%);
|
||||
}
|
||||
}
|
||||
|
@ -6,4 +6,4 @@
|
||||
|
||||
.first-imageEditor-buttons {
|
||||
margin-top: 2em;
|
||||
}
|
||||
}
|
||||
|
@ -44,4 +44,4 @@
|
||||
100% {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -8,4 +8,4 @@
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
@ -93,4 +93,4 @@
|
||||
font-size: 84%;
|
||||
font-weight: 500;
|
||||
margin: 0 .25em;
|
||||
}
|
||||
}
|
||||
|
@ -49,4 +49,4 @@
|
||||
|
||||
.tmla-mask.backdrop {
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
@ -37,4 +37,4 @@
|
||||
|
||||
.brightnessOsdProgressInner {
|
||||
background: #ff9800;
|
||||
}
|
||||
}
|
||||
|
@ -9,4 +9,4 @@
|
||||
|
||||
.recordSeriesContainer {
|
||||
margin-bottom: .8em;
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.originalSubtitleFileLabel {
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
@ -45,4 +45,4 @@
|
||||
flex-grow: 1;
|
||||
border-radius: .3em;
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
.btnUserDataOn {
|
||||
color: #c33 !important;
|
||||
}
|
||||
}
|
||||
|
@ -67,4 +67,4 @@
|
||||
to {
|
||||
transform: translate3d(100%, 0, 0);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -18,4 +18,4 @@
|
||||
padding: 0 !important;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user