Make timestamp in mini player invisible on mobile
This commit is contained in:
parent
640237c630
commit
e04cbcacba
1 changed files with 7 additions and 0 deletions
|
@ -72,6 +72,7 @@
|
|||
|
||||
.vjs-current-time {
|
||||
display: none !important;
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.content__wrapper--floating {
|
||||
|
@ -163,6 +164,12 @@
|
|||
}
|
||||
}
|
||||
|
||||
/*
|
||||
.content__floating-link{
|
||||
display:none;
|
||||
}
|
||||
*/
|
||||
|
||||
.vjs-control {
|
||||
display: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue