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

Add user cinema mode setting

This commit is contained in:
Luke Pulverenti 2014-10-01 20:28:16 -04:00
parent b5820d6e0b
commit b89eafa799
19 changed files with 222 additions and 194 deletions

View file

@ -266,7 +266,7 @@
background-image: url(images/items/folders/report.png);
}
.homevideosViewMenu, .adultvideosViewMenu {
.homevideosViewMenu {
background-image: url(images/items/folders/homevideos.png);
}

View file

@ -797,7 +797,6 @@ progress {
}
.dashboardContent {
max-width: 1550px;
margin-top: -10px;
}
@ -844,12 +843,21 @@ progress {
}
}
@media all and (min-width: 1680px) {
.dashboardHomeRightColumn {
width: 350px;
min-width: 350px;
}
}
@media all and (min-width: 1880px) {
.dashboardHomeRightColumn {
max-width: 440px;
margin-left: 2em;
min-width: 400px;
min-width: 440px;
}
}

View file

@ -493,10 +493,6 @@
background-color: rgba(110, 52, 32, 0.7);
}
.adultvideosPosterItem .posterItemImage {
background-color: rgba(184, 83, 116, 0.7);
}
.photosPosterItem .posterItemImage {
background-color: rgba(127, 0, 0, 0.7);
}