fixes #762 - Marking unwatched doesn't update display
This commit is contained in:
parent
5bec78f61f
commit
41825781d2
49 changed files with 443 additions and 505 deletions
|
@ -1,7 +1,8 @@
|
|||
/* Now playing bar */
|
||||
.nowPlayingBar {
|
||||
padding: 6px 0 14px 0;
|
||||
border-top: 1px solid green;
|
||||
border-top: 2px solid green;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.nowPlayingBarImage {
|
||||
|
@ -148,6 +149,7 @@ input[type="range"]::-ms-fill-upper {
|
|||
|
||||
.nowPlayingBar {
|
||||
padding: 10px 5px 10px 0;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue