1
0
Fork 0
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:
MrTimscampi 2020-01-19 14:59:39 +01:00
parent c7264691d2
commit 2a074d10f1
20 changed files with 20 additions and 20 deletions

View file

@ -9,4 +9,4 @@
vertical-align: middle; vertical-align: middle;
font-family: inherit; font-family: inherit;
font-size: inherit; font-size: inherit;
} }

View file

@ -16,4 +16,4 @@
font-weight: 700; font-weight: 700;
text-align: left; text-align: left;
vertical-align: top; vertical-align: top;
} }

View file

@ -44,4 +44,4 @@
.align-self-flex-end { .align-self-flex-end {
align-self: flex-end; align-self: flex-end;
} }

View file

@ -5,4 +5,4 @@ html {
.formDialogFooter { .formDialogFooter {
position: static !important; position: static !important;
margin: 0 -1em !important; margin: 0 -1em !important;
} }

View file

@ -6,4 +6,4 @@
#guideTab { #guideTab {
padding-left: .5em; padding-left: .5em;
} }
} }

View file

@ -10,4 +10,4 @@
.appfooter.headroom--unpinned { .appfooter.headroom--unpinned {
transform: translateY(100%) !important; transform: translateY(100%) !important;
} }

View file

@ -5,4 +5,4 @@
.lblDirectoryPickerPath { .lblDirectoryPickerPath {
white-space: nowrap; white-space: nowrap;
} }

View file

@ -8,4 +8,4 @@
.headroom--unpinned:not(.headroomDisabled) { .headroom--unpinned:not(.headroomDisabled) {
transform: translateY(-100%); transform: translateY(-100%);
} }

View file

@ -6,4 +6,4 @@
.first-imageEditor-buttons { .first-imageEditor-buttons {
margin-top: 2em; margin-top: 2em;
} }

View file

@ -44,4 +44,4 @@
100% { 100% {
opacity: 1; opacity: 1;
} }
} }

View file

@ -8,4 +8,4 @@
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }

View file

@ -93,4 +93,4 @@
font-size: 84%; font-size: 84%;
font-weight: 500; font-weight: 500;
margin: 0 .25em; margin: 0 .25em;
} }

View file

@ -49,4 +49,4 @@
.tmla-mask.backdrop { .tmla-mask.backdrop {
opacity: 1; opacity: 1;
} }

View file

@ -37,4 +37,4 @@
.brightnessOsdProgressInner { .brightnessOsdProgressInner {
background: #ff9800; background: #ff9800;
} }

View file

@ -9,4 +9,4 @@
.recordSeriesContainer { .recordSeriesContainer {
margin-bottom: .8em; margin-bottom: .8em;
} }

View file

@ -1,3 +1,3 @@
.originalSubtitleFileLabel { .originalSubtitleFileLabel {
margin-right: 1em; margin-right: 1em;
} }

View file

@ -45,4 +45,4 @@
flex-grow: 1; flex-grow: 1;
border-radius: .3em; border-radius: .3em;
z-index: 1; z-index: 1;
} }

View file

@ -1,3 +1,3 @@
.btnUserDataOn { .btnUserDataOn {
color: #c33 !important; color: #c33 !important;
} }

View file

@ -67,4 +67,4 @@
to { to {
transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0);
} }
} }

View file

@ -18,4 +18,4 @@
padding: 0 !important; padding: 0 !important;
width: 100%; width: 100%;
height: 100%; height: 100%;
} }