New: Placed the seekbar below media controls to reduce distraction during video playback
This commit is contained in:
parent
5029a4aa23
commit
0437d11de2
1 changed files with 5 additions and 0 deletions
|
|
@ -1106,6 +1106,11 @@ progress+span {
|
||||||
font-size: 3em;
|
font-size: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.osdControls {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column-reverse;
|
||||||
|
}
|
||||||
|
|
||||||
.itemDetailsGroup {
|
.itemDetailsGroup {
|
||||||
outline: none;
|
outline: none;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue