Make timestamp in mini player invisible on mobile

This commit is contained in:
Raphael Wickihalder 2022-07-01 06:29:23 +02:00
parent 640237c630
commit e04cbcacba
No known key found for this signature in database
GPG key ID: 05179BB92383243D

View file

@ -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;
}