show messages the first time folder rips are streamed
This commit is contained in:
parent
94ae0c4d3d
commit
a2a0afa970
2 changed files with 77 additions and 10 deletions
|
@ -707,7 +707,7 @@ progress {
|
|||
}
|
||||
|
||||
.nowPlayingBarImage {
|
||||
border: 1px solid #a7a7a7;
|
||||
border: 1px solid #a7a7a7!important;
|
||||
padding: 1px;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
|
@ -736,6 +736,12 @@ progress {
|
|||
display: none;
|
||||
}
|
||||
|
||||
.nowPlayingText {
|
||||
position: relative;
|
||||
top: -3px;
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
@media all and (min-width: 650px) {
|
||||
.nowPlayingMediaInfo {
|
||||
display: inline-block;
|
||||
|
@ -847,8 +853,8 @@ input[type="range"]::-ms-fill-upper {
|
|||
}
|
||||
|
||||
|
||||
@media all and (max-width: 500px) {
|
||||
.volumeButton, .volumeSlider, .fullscreenButton {
|
||||
@media all and (max-width: 600px) {
|
||||
.volumeButton, .volumeSlider, .fullscreenButton, .nowPlayingText {
|
||||
display: none!important;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue