mirror of https://github.com/Chocobozzz/PeerTube
Fix lint
parent
1c8a9a1d22
commit
411c752529
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue