mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-30 04:29:21 +03:00
Improved mobile view
This commit is contained in:
parent
3bad2d5dbd
commit
6ae38bfe1b
5 changed files with 24 additions and 37 deletions
|
|
@ -25,10 +25,6 @@ html.list-loading body {
|
|||
cursor: progress;
|
||||
}
|
||||
|
||||
html:not(.rl-mobile) {
|
||||
min-width: 700px;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
body {
|
||||
background-image: var(--main-bg-image);
|
||||
|
|
|
|||
|
|
@ -178,12 +178,8 @@ Secondly, we can't rely on MUA's what to do with :empty
|
|||
}
|
||||
}
|
||||
|
||||
.rl-mobile #V-PopupsCompose,
|
||||
.rl-mobile #V-PopupsIdentity {
|
||||
margin-bottom: 50px;
|
||||
}
|
||||
.rl-mobile #V-PopupsCompose {
|
||||
min-height: calc(100% - 62px);
|
||||
min-height: calc(100% - 12px);
|
||||
}
|
||||
|
||||
#V-PopupsCompose[data-wysiwyg*=Forced] #squire-toolgroup-mode {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue