mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-07 16:37:02 +03:00
Improve some SquireUI mobile styling
This commit is contained in:
parent
b66e68a3b1
commit
6bffc452b0
2 changed files with 8 additions and 1 deletions
|
|
@ -4,7 +4,6 @@
|
||||||
&.modal {
|
&.modal {
|
||||||
width: 98%;
|
width: 98%;
|
||||||
max-width: 1000px;
|
max-width: 1000px;
|
||||||
margin: 10px auto;
|
|
||||||
/* height: calc(100% - 52px);*/
|
/* height: calc(100% - 52px);*/
|
||||||
min-height: calc(100% - 52px);
|
min-height: calc(100% - 52px);
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -93,3 +93,11 @@
|
||||||
line-height: 2.8;
|
line-height: 2.8;
|
||||||
width: 3em;
|
width: 3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.rl-mobile #rl-popups .b-compose.modal,
|
||||||
|
.rl-mobile #rl-popups .b-identity-content.modal {
|
||||||
|
margin-bottom: 50px;
|
||||||
|
}
|
||||||
|
.rl-mobile .b-compose.modal {
|
||||||
|
min-height: calc(100% - 62px);
|
||||||
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue