fixed bugs with video player
This commit is contained in:
parent
7d39af1594
commit
611f90b564
2 changed files with 11 additions and 5 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue