pull/5004/head
Chocobozzz 2022-05-20 11:42:36 +02:00
parent 1c8a9a1d22
commit 411c752529
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 4 additions and 4 deletions

View File

@ -4,10 +4,6 @@
@use './_player-variables' as *;
.video-js.vjs-peertube-skin .vjs-control-bar {
&.control-bar-hidden {
display: none !important;
}
z-index: 100;
height: $control-bar-height;
@ -16,6 +12,10 @@
text-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
transition: visibility 0.3s, opacity 0.3s !important;
&.control-bar-hidden {
display: none !important;
}
> button:first-child {
@include margin-left($first-control-bar-element-margin-left);
}