update now playing page

This commit is contained in:
Luke Pulverenti 2015-09-25 12:08:13 -04:00
parent 9ab9e8b9c8
commit d61dd06176
11 changed files with 59 additions and 42 deletions

View file

@ -154,6 +154,13 @@ h1, h1 a {
padding: 0 !important;
}
@media all and (max-width: 400px) {
.libraryMenuButtonText {
display: block;
}
}
.libraryPanelHeader span {
font-weight: 400;
}
@ -218,7 +225,3 @@ paper-tab {
.nowPlayingPageBackButton {
display: none !important;
}
.nowPlayingPagePaperTabs {
display: none !important;
}