show messages the first time folder rips are streamed
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user