mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
margining top offset and bottom offset emby-scrollbuttons
This commit is contained in:
parent
072f4a3cf9
commit
d2fe0e4bef
@ -4,8 +4,8 @@
|
|||||||
|
|
||||||
.scrollbuttoncontainer {
|
.scrollbuttoncontainer {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 10%;
|
||||||
bottom: 0;
|
bottom: 35%;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
z-index: 1;
|
z-index: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user