mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Left side menu position for RTL #1056
This commit is contained in:
parent
24f7984d82
commit
3340e0ba9f
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue