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 {
|
.vjs-current-time {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
.content__wrapper--floating {
|
.content__wrapper--floating {
|
||||||
|
@ -163,6 +164,12 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
|
.content__floating-link{
|
||||||
|
display:none;
|
||||||
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
.vjs-control {
|
.vjs-control {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue