update now playing screen

This commit is contained in:
Luke Pulverenti 2017-01-20 12:52:37 -05:00
parent 668418e69b
commit 4589e01159
22 changed files with 245 additions and 97 deletions

View file

@ -33,8 +33,9 @@
}
}
.mediaButton img {
height: 24px;
.nowPlayingBarInfoContainer {
display: flex;
align-items: center;
}
.currentTime {
@ -111,13 +112,13 @@
}
.nowPlayingBarText {
display: inline-block;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
vertical-align: middle;
text-align: left;
max-width: 130px;
flex-grow: 1;
}
.repeatActive {