add user data buttons to now playing bar
This commit is contained in:
parent
1299364d00
commit
1a0ca75287
4 changed files with 56 additions and 31 deletions
|
@ -9,10 +9,10 @@
|
|||
vertical-align: top;
|
||||
}
|
||||
|
||||
.mediaButton {
|
||||
.mediaButton, .nowPlayingBarUserDataButtons .btnUserItemRating {
|
||||
vertical-align: middle;
|
||||
font-size: 30px;
|
||||
color: #e8e8e8 !important;
|
||||
color: #e8e8e8;
|
||||
margin: 0 10px;
|
||||
min-width: 30px;
|
||||
text-align: center;
|
||||
|
@ -197,3 +197,15 @@ input[type="range"]::-ms-fill-upper {
|
|||
padding: 1em;
|
||||
background: #222;
|
||||
}
|
||||
|
||||
.nowPlayingBarUserDataButtons {
|
||||
display: inline-block;
|
||||
margin-left: 2em;
|
||||
}
|
||||
|
||||
@media all and (max-width: 1200px) {
|
||||
|
||||
.nowPlayingBarUserDataButtons {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue