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