mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Fix media-feature-colon-space-after (CSS)
This commit is contained in:
parent
870a48e78b
commit
c7264691d2
11 changed files with 63 additions and 63 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue