mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 19:08:18 -07:00
Fix media-feature-colon-space-after (CSS)
This commit is contained in:
parent
870a48e78b
commit
c7264691d2
@ -47,7 +47,7 @@ progress[aria-valuenow]:before {
|
||||
margin-bottom: 2.2em !important;
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
|
||||
.type-interior>div[data-role=content],
|
||||
.type-interior>.ui-panel-content-wrap>div[data-role=content] {
|
||||
@ -160,7 +160,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
padding-top: 9em !important;
|
||||
}
|
||||
|
||||
@media all and (min-width:40em) {
|
||||
@media all and (min-width: 40em) {
|
||||
.content-primary {
|
||||
padding-top: 7em;
|
||||
}
|
||||
@ -170,7 +170,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:84em) {
|
||||
@media all and (min-width: 84em) {
|
||||
.withTabs .content-primary {
|
||||
padding-top: 7em !important;
|
||||
}
|
||||
@ -232,7 +232,7 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
width: 50%;
|
||||
}
|
||||
|
||||
@media all and (min-width:70em) {
|
||||
@media all and (min-width: 70em) {
|
||||
.dashboardSections {
|
||||
-webkit-flex-wrap: wrap;
|
||||
flex-wrap: wrap;
|
||||
@ -292,13 +292,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
background-position: center;
|
||||
}
|
||||
|
||||
@media all and (min-width:40em) {
|
||||
@media all and (min-width: 40em) {
|
||||
.activeSession {
|
||||
width: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.activeSession {
|
||||
width: 50% !important;
|
||||
}
|
||||
@ -394,13 +394,13 @@ div[data-role=controlgroup] a.ui-btn-active {
|
||||
background-color: #dd4919;
|
||||
}
|
||||
|
||||
@media all and (max-width:34.375em) {
|
||||
@media all and (max-width: 34.375em) {
|
||||
.sessionAppName {
|
||||
max-width: 160px;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:31.25em) {
|
||||
@media all and (max-width: 31.25em) {
|
||||
.sessionAppName {
|
||||
max-width: 150px;
|
||||
}
|
||||
|
@ -239,7 +239,7 @@
|
||||
padding-bottom: 10vh;
|
||||
}
|
||||
|
||||
@media all and (min-width:40em) {
|
||||
@media all and (min-width: 40em) {
|
||||
|
||||
.dashboardDocument .adminDrawerLogo,
|
||||
.dashboardDocument .mainDrawerButton {
|
||||
@ -267,13 +267,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:60em) {
|
||||
@media all and (max-width: 60em) {
|
||||
.libraryDocument .mainDrawerButton {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:84em) {
|
||||
@media all and (max-width: 84em) {
|
||||
.withSectionTabs .headerTop {
|
||||
padding-bottom: 0.2em;
|
||||
}
|
||||
@ -283,7 +283,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:84em) {
|
||||
@media all and (min-width: 84em) {
|
||||
.headerTop {
|
||||
padding: 1.489em 0;
|
||||
}
|
||||
@ -325,7 +325,7 @@
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
@media all and (max-width:37.5em) {
|
||||
@media all and (max-width: 37.5em) {
|
||||
.headerSelectedPlayer {
|
||||
display: none;
|
||||
}
|
||||
@ -523,19 +523,19 @@
|
||||
background-size: contain;
|
||||
}
|
||||
|
||||
@media all and (max-width:87.5em) {
|
||||
@media all and (max-width: 87.5em) {
|
||||
.detailLogo {
|
||||
right: 5%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:75em) {
|
||||
@media all and (max-width: 75em) {
|
||||
.detailLogo {
|
||||
right: 2%;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:68.75em) {
|
||||
@media all and (max-width: 68.75em) {
|
||||
.detailLogo {
|
||||
width: 14.91em;
|
||||
height: 3.5em;
|
||||
@ -553,7 +553,7 @@
|
||||
-webkit-box-shadow: 0 .0725em .29em 0 rgba(0, 0, 0, .37);
|
||||
}
|
||||
|
||||
@media all and (max-width:62.5em) {
|
||||
@media all and (max-width: 62.5em) {
|
||||
.detailPageContent {
|
||||
position: relative;
|
||||
}
|
||||
@ -563,7 +563,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:75em) {
|
||||
@media all and (max-width: 75em) {
|
||||
.lnkSibling {
|
||||
display: none !important;
|
||||
}
|
||||
@ -589,7 +589,7 @@
|
||||
font-size: 3.5em;
|
||||
}
|
||||
|
||||
@media all and (max-width:62.5em) {
|
||||
@media all and (max-width: 62.5em) {
|
||||
.parentName {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
@ -603,13 +603,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:31.25em) {
|
||||
@media all and (min-width: 31.25em) {
|
||||
.mobileDetails {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:31.25em) {
|
||||
@media all and (max-width: 31.25em) {
|
||||
.desktopDetails {
|
||||
display: none !important;
|
||||
}
|
||||
@ -676,21 +676,21 @@
|
||||
margin: 0 .5em 0 0 !important;
|
||||
}
|
||||
|
||||
@media all and (min-width:29em) {
|
||||
@media all and (min-width: 29em) {
|
||||
.detailButton-mobile {
|
||||
padding-left: .75em !important;
|
||||
padding-right: .75em !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:32em) {
|
||||
@media all and (min-width: 32em) {
|
||||
.detailButton-mobile {
|
||||
padding-left: .8em !important;
|
||||
padding-right: .8em !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:35em) {
|
||||
@media all and (min-width: 35em) {
|
||||
.detailButton-mobile {
|
||||
padding-left: .85em !important;
|
||||
padding-right: .85em !important;
|
||||
@ -730,7 +730,7 @@
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
@media all and (max-width:62.5em) {
|
||||
@media all and (max-width: 62.5em) {
|
||||
.mainDetailButtons {
|
||||
margin-left: -.5em;
|
||||
}
|
||||
@ -740,7 +740,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:62.5em) {
|
||||
@media all and (min-width: 62.5em) {
|
||||
.detailFloatingButton {
|
||||
display: none !important;
|
||||
}
|
||||
@ -751,7 +751,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:50em) {
|
||||
@media all and (max-width: 50em) {
|
||||
.editorMenuLink {
|
||||
display: none;
|
||||
}
|
||||
@ -768,7 +768,7 @@
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
@media all and (max-width:31.25em) {
|
||||
@media all and (max-width: 31.25em) {
|
||||
.mobileDetails .itemMiscInfo {
|
||||
text-align: center;
|
||||
-webkit-box-pack: center;
|
||||
@ -790,7 +790,7 @@
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
@media all and (max-width:62.5em) {
|
||||
@media all and (max-width: 62.5em) {
|
||||
.detailPageContent-nodetailimg {
|
||||
padding-top: 0;
|
||||
}
|
||||
@ -839,19 +839,19 @@
|
||||
margin: 0 auto;
|
||||
}
|
||||
|
||||
@media all and (max-height:31.25em) {
|
||||
@media all and (max-height: 31.25em) {
|
||||
.itemBackdrop {
|
||||
height: 52vh;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:75em) {
|
||||
@media all and (max-width: 75em) {
|
||||
.listViewUserDataButtons {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:62.5em) {
|
||||
@media all and (max-width: 62.5em) {
|
||||
.detailsHiddenOnMobile {
|
||||
display: none;
|
||||
}
|
||||
@ -987,7 +987,7 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
||||
margin-bottom: -1em;
|
||||
}
|
||||
|
||||
@media all and (min-height:31.25em) {
|
||||
@media all and (min-height: 31.25em) {
|
||||
.padded-left-withalphapicker {
|
||||
padding-left: 7.5%;
|
||||
}
|
||||
@ -1018,13 +1018,13 @@ div:not(.sectionTitleContainer-cards) > .sectionTitle-cards {
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media all and (min-width:40em) {
|
||||
@media all and (min-width: 40em) {
|
||||
.listIconButton-autohide {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:40em) {
|
||||
@media all and (max-width: 40em) {
|
||||
.listTextButton-autohide {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -2,7 +2,7 @@
|
||||
padding-bottom: 15em;
|
||||
}
|
||||
|
||||
@media all and (min-width:62.5em) {
|
||||
@media all and (min-width: 62.5em) {
|
||||
#guideTab {
|
||||
padding-left: .5em;
|
||||
}
|
||||
|
@ -51,7 +51,7 @@
|
||||
margin-right: .4em;
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.editPageSidebar {
|
||||
position: fixed;
|
||||
top: 5.2em;
|
||||
@ -68,7 +68,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:112.5em) {
|
||||
@media all and (min-width: 112.5em) {
|
||||
.editPageSidebar {
|
||||
width: 25%;
|
||||
}
|
||||
|
@ -73,7 +73,7 @@ div[data-role=page] {
|
||||
padding-bottom: 5em !important;
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.readOnlyContent,
|
||||
form {
|
||||
max-width: 54em;
|
||||
|
@ -53,14 +53,14 @@
|
||||
min-width: 20vh;
|
||||
}
|
||||
|
||||
@media all and (orientation:portrait) {
|
||||
@media all and (orientation: portrait) {
|
||||
.chapterThumb {
|
||||
height: 30vw;
|
||||
min-width: 30vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-height:50em) and (orientation:landscape) {
|
||||
@media all and (max-height: 50em) and (orientation: landscape) {
|
||||
.chapterThumb {
|
||||
height: 30vh;
|
||||
min-width: 30vh;
|
||||
@ -253,7 +253,7 @@
|
||||
position: fixed;
|
||||
}
|
||||
|
||||
@media all and (max-width:30em) {
|
||||
@media all and (max-width: 30em) {
|
||||
|
||||
.btnFastForward,
|
||||
.btnRewind,
|
||||
@ -263,26 +263,26 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:33.75em) {
|
||||
@media all and (max-width: 33.75em) {
|
||||
.videoOsdBottom .paper-icon-button-light {
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:43em) {
|
||||
@media all and (max-width: 43em) {
|
||||
.videoOsdBottom .volumeButtons,
|
||||
.osdMediaStatus span {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:50em) {
|
||||
@media all and (max-width: 50em) {
|
||||
.videoOsdBottom .btnFastForward, .videoOsdBottom .btnRewind {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:75em) {
|
||||
@media all and (max-width: 75em) {
|
||||
.videoOsdBottom .endsAtText {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -11,14 +11,14 @@
|
||||
max-width: none !important;
|
||||
}
|
||||
|
||||
@media all and (min-height:600px) {
|
||||
@media all and (min-height: 600px) {
|
||||
.dynamicFilterDialog {
|
||||
top: 10% !important;
|
||||
bottom: 25% !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:400px) {
|
||||
@media all and (max-width: 400px) {
|
||||
.dynamicFilterDialog {
|
||||
width: auto;
|
||||
left: 10vw !important;
|
||||
@ -27,7 +27,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:400px) {
|
||||
@media all and (min-width: 400px) {
|
||||
.dynamicFilterDialog {
|
||||
width: 20.16em;
|
||||
margin-left: -10.08em !important;
|
||||
|
@ -166,25 +166,25 @@
|
||||
width: 24vw;
|
||||
}
|
||||
|
||||
@media all and (min-width:31.25em) {
|
||||
@media all and (min-width: 31.25em) {
|
||||
.channelsContainer, .guide-channelTimeslotHeader {
|
||||
width: 16vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:37.5em) {
|
||||
@media all and (min-width: 37.5em) {
|
||||
.channelsContainer, .guide-channelTimeslotHeader {
|
||||
width: 16vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.channelsContainer, .guide-channelTimeslotHeader {
|
||||
width: 14vw;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:80em) {
|
||||
@media all and (min-width: 80em) {
|
||||
.channelsContainer, .guide-channelTimeslotHeader {
|
||||
width: 12vw;
|
||||
}
|
||||
|
@ -66,7 +66,7 @@
|
||||
flex-shrink: 0;
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.nowPlayingPageImageContainer {
|
||||
width: 16%;
|
||||
}
|
||||
@ -102,7 +102,7 @@
|
||||
-ms-user-select: none
|
||||
}
|
||||
|
||||
@media all and (orientation:portrait) and (max-width:50em) {
|
||||
@media all and (orientation: portrait) and (max-width: 50em) {
|
||||
.nowPlayingInfoContainer {
|
||||
-webkit-box-orient: vertical !important;
|
||||
-webkit-box-direction: normal !important;
|
||||
@ -144,7 +144,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (orientation:portrait) and (max-width:40em) {
|
||||
@media all and (orientation: portrait) and (max-width: 40em) {
|
||||
.nowPlayingPageImage {
|
||||
height: 30vh;
|
||||
}
|
||||
@ -172,7 +172,7 @@
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
@media all and (min-width:50em) {
|
||||
@media all and (min-width: 50em) {
|
||||
.nowPlayingSecondaryButtons {
|
||||
-webkit-box-flex: 1;
|
||||
-webkit-flex-grow: 1;
|
||||
@ -183,7 +183,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (min-width:80em) {
|
||||
@media all and (min-width: 80em) {
|
||||
.nowPlayingPageImageContainer {
|
||||
margin-right: .75em;
|
||||
}
|
||||
@ -214,7 +214,7 @@
|
||||
width: 9em;
|
||||
}
|
||||
|
||||
@media all and (max-width:50em) {
|
||||
@media all and (max-width: 50em) {
|
||||
.nowPlayingInfoButtons .nowPlayingPageUserDataButtons {
|
||||
display: none !important;
|
||||
}
|
||||
@ -223,13 +223,13 @@
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:47em) {
|
||||
@media all and (max-width: 47em) {
|
||||
.nowPlayingInfoButtons .repeatToggleButton {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
|
||||
@media all and (max-width:34em) {
|
||||
@media all and (max-width: 34em) {
|
||||
.nowPlayingInfoButtons .btnNowPlayingFastForward,
|
||||
.nowPlayingInfoButtons .btnNowPlayingRewind,
|
||||
.nowPlayingInfoButtons .playlist .listItemMediaInfo {
|
||||
|
@ -52,7 +52,7 @@ html {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
@media (orientation: portrait) {
|
||||
.backgroundContainer {
|
||||
background-position: 30% top;
|
||||
}
|
||||
|
@ -51,7 +51,7 @@ html {
|
||||
opacity: .86;
|
||||
}
|
||||
|
||||
@media (orientation:portrait) {
|
||||
@media (orientation: portrait) {
|
||||
.backgroundContainer {
|
||||
background-position: 30% top;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user