update now playing
This commit is contained in:
parent
fc4068bdcc
commit
7d89bd22b9
17 changed files with 312 additions and 59 deletions
File diff suppressed because one or more lines are too long
|
@ -308,10 +308,6 @@
|
|||
display: none;
|
||||
}
|
||||
|
||||
.libraryViewNav a:not(.ui-btn-active):hover {
|
||||
color: #2ad;
|
||||
}
|
||||
|
||||
@media all and (max-width: 400px) {
|
||||
|
||||
.libraryMenuButtonText {
|
||||
|
|
|
@ -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) {
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue