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

add loopback handler

This commit is contained in:
Luke Pulverenti 2016-09-03 13:16:36 -04:00
parent 5df126af54
commit 7919964805
12 changed files with 16 additions and 51 deletions

View file

@ -23,24 +23,11 @@ body:not(.dashboardDocument) .mainDrawerButton {
background-attachment: initial;
}
.background-theme-b .backgroundContainer:not(.withBackdrop), .dialog.background-theme-b {
background: #181818;
}
.viewMenuBar {
/* It needs this in order to retain height since we're positioning the contents absolutely */
height: 50px;
}
.libraryDocument .viewMenuBar, .libraryViewNav {
background-color: #000 !important;
box-shadow: none !important;
}
.viewMenuBar.semiTransparent {
background-color: #000;
}
.emby-tab-button {
font-weight: 400;
text-transform: none !important;
@ -56,14 +43,6 @@ body:not(.dashboardDocument) .mainDrawerButton {
display: none;
}
@media all and (max-width: 600px) {
.libraryViewNav a {
padding-left: 10px;
padding-right: 10px;
}
}
.libraryViewNav {
font-size: 12px;
}
@ -92,10 +71,6 @@ h1, h1 a {
font-weight: 400 !important;
}
.nowPlayingPageBackButton {
display: none !important;
}
.nowPlayingPage .libraryViewNav {
top: 0 !important;
}