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

update menus

This commit is contained in:
Luke Pulverenti 2015-06-22 11:43:19 -04:00
parent aa7ea8891c
commit 02b433a97f
41 changed files with 241 additions and 5948 deletions

View file

@ -41,12 +41,18 @@
position: static !important;
width: auto !important;
height: auto !important;
touch-action: auto !important;
}
.mainDrawerPanelPreInit #drawer {
display: none !important;
}
.mainDrawerPanelPreInit #main {
left: 0 !important;
position: static !important;
}
.mainDrawerPanel #drawer {
z-index: 1000 !important;
position: fixed !important;
@ -55,6 +61,8 @@
overflow-y: auto !important;
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
/* Need to reset this because it causes the entire panel to be draggable in safari */
box-sizing: initial !important;
}
.mainDrawerPanel #main {
@ -62,6 +70,13 @@
position: static !important;
}
.mainDrawerPanel #scrim {
/* Give it at least something to make it visible */
z-index: 1000;
/* It defaults to absolute, not visible after scrolling */
position: fixed;
}
.mainDrawer {
height: auto !important;
border-right: 1px solid #e0e0e0;
@ -290,7 +305,7 @@
}
.drawerUserPanel {
background: url(images/splash.jpg);
background: url(images/splash720.jpg);
background-size: cover;
background-position: center center;
margin-bottom: 1em;
@ -300,7 +315,7 @@
}
.drawerUserPanelInner {
background-color: rgba(0, 0, 0, .75);
background-color: rgba(0, 0, 0, .70);
position: absolute;
top: 0;
right: 0;
@ -325,7 +340,7 @@
.drawerUserPanelUserName {
padding-top: 1.5em;
padding-left: .25em;
padding-left: .35em;
}
.libraryDocument .dashboardDrawerContent {