mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
Improve mobile view left side background color
This commit is contained in:
parent
f6f3040ad2
commit
f79e6f253d
2 changed files with 3 additions and 2 deletions
|
|
@ -276,7 +276,8 @@ html.rl-no-preview-pane #rl-right .resizer {
|
|||
|
||||
html.rl-mobile {
|
||||
#rl-left {
|
||||
background: var(--main-bg-color);
|
||||
background: var(--main-bg-color, #aaa);
|
||||
border-right: 1px solid var(--border-color, #ddd);
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue