diff options
author | Chocobozzz <me@florianbigard.com> | 2021-06-07 17:38:31 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-06-07 18:14:05 +0200 |
commit | 27bc95867442c772841fb183a625bbda61dede51 (patch) | |
tree | 6fe20951f1109c1f5388d9a681f0df0758d463e0 /client/src/sass/player/upnext.scss | |
parent | 8beea2d37d90e9a12d895f4a9eebc1e532313d8c (diff) | |
download | PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.gz PeerTube-27bc95867442c772841fb183a625bbda61dede51.tar.zst PeerTube-27bc95867442c772841fb183a625bbda61dede51.zip |
Bidi support
Diffstat (limited to 'client/src/sass/player/upnext.scss')
-rw-r--r-- | client/src/sass/player/upnext.scss | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/client/src/sass/player/upnext.scss b/client/src/sass/player/upnext.scss index 8c9a6f784..922a9674d 100644 --- a/client/src/sass/player/upnext.scss +++ b/client/src/sass/player/upnext.scss | |||
@@ -23,19 +23,17 @@ $browser-context: 16; | |||
23 | } | 23 | } |
24 | 24 | ||
25 | .vjs-upnext-top { | 25 | .vjs-upnext-top { |
26 | margin: 0 auto; | ||
26 | width: 100%; | 27 | width: 100%; |
27 | position: absolute; | 28 | position: absolute; |
28 | margin-left: auto; | ||
29 | margin-right: auto; | ||
30 | bottom: 50%; | 29 | bottom: 50%; |
31 | margin-bottom: 60px; | 30 | margin-bottom: 60px; |
32 | } | 31 | } |
33 | 32 | ||
34 | .vjs-upnext-bottom { | 33 | .vjs-upnext-bottom { |
34 | margin: 0 auto; | ||
35 | width: 100%; | 35 | width: 100%; |
36 | position: absolute; | 36 | position: absolute; |
37 | margin-left: auto; | ||
38 | margin-right: auto; | ||
39 | top: 50%; | 37 | top: 50%; |
40 | margin-top: 52px; | 38 | margin-top: 52px; |
41 | } | 39 | } |