update now playing

This commit is contained in:
Luke Pulverenti 2015-09-27 11:00:57 -04:00
parent fc4068bdcc
commit 7d89bd22b9
17 changed files with 312 additions and 59 deletions

File diff suppressed because one or more lines are too long

View file

@ -308,10 +308,6 @@
display: none;
}
.libraryViewNav a:not(.ui-btn-active):hover {
color: #2ad;
}
@media all and (max-width: 400px) {
.libraryMenuButtonText {

View file

@ -774,6 +774,13 @@ textarea {
vertical-align: middle;
}
@media all and (max-height: 800px) {
.header {
display: none !important;
}
}
.btnCurrentUser {
text-decoration: none;
}
@ -1585,9 +1592,9 @@ progress {
margin: 0 0 3em 0;
}
.syncActivityForTarget paper-fab {
border-radius: 0;
}
.syncActivityForTarget paper-fab {
border-radius: 0;
}
@media all and (min-width: 800px) {