fixed bugs with video player

This commit is contained in:
Hadi Charara 2022-07-05 19:44:55 -04:00
parent 7d39af1594
commit 611f90b564
2 changed files with 11 additions and 5 deletions

View file

@ -126,6 +126,10 @@
-webkit-box-align: center;
-webkit-align-items: center;
align-items: center;
[dir="rtl"] & {
flex-direction: row-reverse;
}
}
.osdVolumeSliderContainer {
@ -142,6 +146,10 @@
display: -webkit-flex;
align-items: center;
-webkit-box-align: center;
[dir="rtl"] & {
flex-direction: row-reverse;
}
}
.volumeButtons {