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

Fix declaration-block-trailing-semicolon (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 14:49:56 +01:00
parent b2e2cf2012
commit f290604615
21 changed files with 1227 additions and 789 deletions

View file

@ -2,7 +2,7 @@ body,
html {
margin: 0;
padding: 0;
height: 100%
height: 100%;
}
.backgroundContainer {
@ -11,11 +11,11 @@ html {
left: 0;
right: 0;
bottom: 0;
contain: strict
contain: strict;
}
html {
line-height: 1.35
line-height: 1.35;
}
.layout-mobile,
@ -25,7 +25,7 @@ html {
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none
user-select: none;
}
body {
@ -35,34 +35,34 @@ body {
}
.mainAnimatedPage {
contain: style size !important
contain: style size !important;
}
.pageContainer {
overflow-x: visible !important
overflow-x: visible !important;
}
.bodyWithPopupOpen {
overflow-y: hidden !important
overflow-y: hidden !important;
}
div[data-role=page] {
outline: 0
outline: 0;
}
.pageTitle {
margin-top: 0;
font-family: inherit
font-family: inherit;
}
.fieldDescription {
padding-left: .15em;
font-weight: 400;
white-space: normal !important
white-space: normal !important;
}
.fieldDescription+.fieldDescription {
margin-top: .3em
margin-top: .3em;
}
.content-primary,
@ -76,18 +76,18 @@ div[data-role=page] {
@media all and (min-width:50em) {
.readOnlyContent,
form {
max-width: 54em
max-width: 54em;
}
}
.headerHelpButton {
margin-left: 1.25em !important;
padding-bottom: .4em !important;
padding-top: .4em !important
padding-top: .4em !important;
}
.mediaInfoContent {
margin-left: auto;
margin-right: auto;
width: 85%
width: 85%;
}