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

Fix rule-empty-line-before (CSS)

This commit is contained in:
MrTimscampi 2020-01-19 15:02:21 +01:00
parent a896a6bcad
commit fafd0d4ea0
12 changed files with 2 additions and 30 deletions

View file

@ -48,7 +48,6 @@ progress[aria-valuenow]:before {
}
@media all and (min-width: 50em) {
.type-interior>div[data-role=content],
.type-interior>.ui-panel-content-wrap>div[data-role=content] {
padding-right: 0;

View file

@ -240,7 +240,6 @@
}
@media all and (min-width: 40em) {
.dashboardDocument .adminDrawerLogo,
.dashboardDocument .mainDrawerButton {
display: none !important;

View file

@ -254,7 +254,6 @@
}
@media all and (max-width: 30em) {
.btnFastForward,
.btnRewind,
.osdMediaInfo,

View file

@ -44,7 +44,6 @@
}
@media all and (max-height: 50em) {
.alphaPicker-fixed {
bottom: 5em;
}
@ -56,14 +55,12 @@
}
@media all and (max-height: 49em) {
.alphaPicker-vertical {
font-size: 94%;
}
}
@media all and (max-height: 44em) {
.alphaPicker-vertical {
font-size: 90%;
}
@ -75,14 +72,12 @@
}
@media all and (max-height: 37em) {
.alphaPicker-vertical {
font-size: 82%;
}
}
@media all and (max-height: 32em) {
.alphaPicker-vertical {
font-size: 74%;
}
@ -121,7 +116,6 @@
}
@media all and (min-width: 62.5em) {
.alphaPicker-fixed-left {
left: 1em;
}
@ -132,7 +126,6 @@
}
@media all and (max-height: 31.25em) {
.alphaPicker-fixed {
display: none !important;
}

View file

@ -677,7 +677,6 @@ button::-moz-focus-inner {
}
@media (min-width: 100em) {
.overflowBackdropCard, .overflowSmallBackdropCard {
width: 18.7vw;
}
@ -688,21 +687,18 @@ button::-moz-focus-inner {
}
@media (min-width: 120em) {
.overflowSquareCard, .overflowPortraitCard {
width: 10.3vw;
}
}
@media (min-width: 131.25em) {
.overflowSquareCard, .overflowPortraitCard {
width: 9.3vw;
}
}
@media (min-width: 156.25em) {
.overflowBackdropCard, .overflowSmallBackdropCard {
width: 15.6vw;
}

View file

@ -78,7 +78,6 @@
}
@keyframes fadeout {
from {
opacity: 1;
}
@ -101,7 +100,6 @@
}
@keyframes slidedown {
from {
opacity: 1;
transform: none;
@ -114,7 +112,6 @@
}
@media all and (max-width: 80em), all and (max-height: 45em) {
.dialog-fixedSize, .dialog-fullscreen-lowres {
position: fixed !important;
top: 0 !important;
@ -127,7 +124,6 @@
}
@media all and (min-width: 80em) and (min-height: 45em) {
.dialog-medium {
width: 80%;
height: 80%;

View file

@ -91,7 +91,6 @@
}
@media all and (min-width: 50em) {
.formDialogFooterItem {
max-width: 80%;
}
@ -103,7 +102,6 @@
}
@media all and (min-width: 80em) {
.formDialogFooterItem {
max-width: 70%;
}

View file

@ -96,21 +96,18 @@
}
@media all and (min-width: 37.5em) {
.channelPrograms, .timeslotHeadersInner {
width: 1400vw;
}
}
@media all and (min-width: 50em) {
.channelPrograms, .timeslotHeadersInner {
width: 1200vw;
}
}
@media all and (min-width: 80em) {
.channelPrograms, .timeslotHeadersInner {
width: 810vw;
}
@ -204,7 +201,6 @@
}
@media all and (max-width: 50em) {
.newTvProgram, .liveTvProgram, .premiereTvProgram, .guideHdIcon {
display: none;
}
@ -339,14 +335,12 @@
}
@media all and (min-width: 62.5em) {
.guideChannelName {
max-width: 40%;
}
}
@media all and (max-width: 62.5em) {
.guideChannelNumber {
display: none;
}
@ -382,7 +376,6 @@
}
@media all and (max-width: 50em), all and (max-height: 37.5em) {
.tvGuideHeader {
padding-left: 0;
}

View file

@ -4,7 +4,6 @@
}
@media all and (max-width: 50em) {
.homeLibraryButton {
width: 46% !important;
}

View file

@ -121,7 +121,6 @@
}
@media all and (max-width: 70em) {
.nowPlayingBarRight .nowPlayingBarUserDataButtons {
display: none;
}
@ -155,6 +154,7 @@
.nowPlayingBarRight .nowPlayingBarVolumeSliderContainer {
display: none !important;
}
.nowPlayingBarInfoContainer {
width: 70%;
}

View file

@ -37,7 +37,6 @@
}
@media all and (orientation: landscape) {
.upNextDialog {
flex-direction: row;
}

View file

@ -212,6 +212,7 @@ a[data-role=button] {
.cardOverlayContainer {
border-radius: 0.8em;
}
.visualCardBox .cardOverlayContainer {
border-bottom-right-radius: 0;
border-bottom-left-radius: 0;