Mini Player Fix (#1289)

* Fix mini player controls

* Hide time in mini player
This commit is contained in:
Rave | 図書館猫 2022-04-05 18:36:33 +02:00 committed by GitHub
parent a0254740bc
commit e2a4490d79
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -183,6 +183,10 @@
display: none;
}
}
.vjs-time-control {
display: none !important;
}
}
}