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

update app footer

This commit is contained in:
Luke Pulverenti 2016-08-31 15:17:11 -04:00
parent a96b9dcefa
commit 5cd71abd36
27 changed files with 432 additions and 127 deletions

View file

@ -72,7 +72,7 @@
@media all and (min-width: 640px) {
.dashboardDocument .mainDrawer {
z-index: 998 !important;
z-index: inherit !important;
top: 58px !important;
left: 0 !important;
transform: none !important;
@ -87,7 +87,8 @@
}
.dashboardDocument .libraryMenuButtonText {
font-size: 150%;
font-size: 125%;
margin-left: 0;
}
.dashboardDocument .mainDrawerPanelContent {

View file

@ -35,10 +35,6 @@
z-index: -1;
}
.pageWithAbsoluteTabs neon-animatable {
z-index: 2;
}
.libraryPage .header {
padding-bottom: 0;
}

View file

@ -101,6 +101,7 @@
overflow: hidden;
text-overflow: ellipsis;
align-items: center;
margin-left: 1em;
}
.viewMenuBar {
@ -228,7 +229,7 @@
background-color: #1D1D20;
}
@media all and (max-width: 400px) {
@media all and (max-width: 360px) {
.libraryMenuButtonText {
display: none;

View file

@ -52,18 +52,14 @@
/* Now playing bar */
.nowPlayingBar {
position: fixed;
bottom: 0;
left: 0;
right: 0;
/* Above everything, except for the video player and popup overlays */
z-index: 1097;
color: #fff;
background-color: #1C1C1F;
background: #222326;
text-align: center;
/*box-shadow: 0 -2px 2px 0 rgba(0,0,0,.14),-1px 5px 1px rgba(0,0,0,.12);*/
will-change: transform;
contain: layout style;
font-size: 90%;
}
.hiddenNowPlayingBar .nowPlayingBar {
@ -105,17 +101,17 @@
vertical-align: bottom;
}
.nowPlayingImage img {
height: 64px;
.nowPlayingImage img {
height: 56px;
}
.nowPlayingBar .nowPlayingImage {
width: 64px;
height: 64px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.nowPlayingBar .nowPlayingImage {
width: 56px;
height: 56px;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
}
.nowPlayingBarText {
display: inline-block;
@ -165,7 +161,7 @@
.nowPlayingBarCenter {
vertical-align: middle;
text-align: center;
margin-top: 6px;
margin-top: 3px;
/* Need this to make sure it's on top of nowPlayingBarPositionContainer so that buttons are fully clickable */
z-index: 2;
position: absolute;
@ -176,7 +172,7 @@
.nowPlayingBarPositionContainer {
position: absolute !important;
left: 64px;
left: 56px;
top: -8px;
right: 0;
z-index: 1;
@ -186,6 +182,10 @@
background: #333;
}
.headroom--unpinned .nowPlayingBarPositionContainer {
display: none;
}
.noMediaProgress .nowPlayingBarPositionContainer {
display: none;
}