mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improve desktop mode in mobile mode
This commit is contained in:
parent
0d6335ed2c
commit
33214c1a33
3 changed files with 7 additions and 14 deletions
|
|
@ -1,13 +1,12 @@
|
|||
html, body {
|
||||
background-color: #eee;
|
||||
font-family: "DejaVu Sans", Verdana, Geneva, "Bitstream Vera Sans", "DejaVu LGC Sans", sans-serif;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
background-color: #aaa;
|
||||
color: #333;
|
||||
background: var(--main-bg-color, #aaa);
|
||||
color: var(--main-color, #333);
|
||||
}
|
||||
|
||||
#rl-loading, #rl-loading-error {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue