Left side menu position for RTL #1056

This commit is contained in:
the-djmaze 2023-05-18 16:52:24 +02:00
parent 24f7984d82
commit 3340e0ba9f

View file

@ -168,7 +168,7 @@ html.rl-left-panel-disabled {
background: var(--main-bg-color, #aaa); background: var(--main-bg-color, #aaa);
border-right: 1px solid var(--border-color, #ddd); border-right: 1px solid var(--border-color, #ddd);
position: fixed; position: fixed;
left: 0; /* left: 0; RTL issue*/
top: 0; top: 0;
bottom: 0; bottom: 0;
width: 50vw; width: 50vw;