fix playlists empty with dlna

This commit is contained in:
Luke Pulverenti 2016-05-15 15:25:54 -04:00
parent 48da4f1c8d
commit 65326d4155
3 changed files with 10 additions and 3 deletions

View file

@ -185,7 +185,6 @@
text-transform: uppercase;
white-space: nowrap;
padding: 0 0 0;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}
.libraryViewNav.bottom {
@ -253,6 +252,7 @@
right: 0;
transform: translateX(-100%);
border-radius: 0;
z-index: 1;
}
.libraryViewNav .pageTabButton.is-active:after {
@ -457,6 +457,9 @@ body:not(.dashboardDocument) .btnNotifications {
.darkDrawerPanel #drawer {
background-color: #212121 !important;
/*background-color: rgba(40,40,40,.8) !important;
-webkit-backdrop-filter: blur(5px);
backdrop-filter: blur(5px);*/
box-shadow: none !important;
}

View file

@ -1562,12 +1562,12 @@ emby-collapsible > .style-scope {
.ui-body-b .emby-collapsible-button {
border: 1px solid #222;
background-color: #444;
background-color: #383838;
text-transform: none;
}
.ui-body-b .emby-collapsible-title {
margin: .25em 0;
margin: 0;
color: #fff;
padding: 0 0 0 .5em;
font-weight: 500;

View file

@ -10,6 +10,10 @@
font-weight: bold !important;
}
/*.libraryViewNav {
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}*/
@media all and (min-width: 300px) {
.libraryViewNav {