mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-05 23:47:03 +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 {
|
html.rl-mobile {
|
||||||
#rl-left {
|
#rl-left {
|
||||||
background: var(--main-bg-color);
|
background: var(--main-bg-color, #aaa);
|
||||||
|
border-right: 1px solid var(--border-color, #ddd);
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
/* MAIN */
|
/* MAIN */
|
||||||
--main-color: #fff;
|
--main-color: #fff;
|
||||||
--main-bg-color: #48525C;
|
--main-bg-color: #3C454D;
|
||||||
--main-bg-image: url("images/background.jpg");
|
--main-bg-image: url("images/background.jpg");
|
||||||
--border-color: #555;
|
--border-color: #555;
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue