mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 14:37:02 +03:00
Hopefull improved styling for Firefox mobile fixes
This commit is contained in:
parent
07409cde50
commit
93ff3001c6
17 changed files with 88 additions and 87 deletions
|
|
@ -1,6 +1,7 @@
|
|||
|
||||
#V-PopupsContacts {
|
||||
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
max-width: 900px;
|
||||
min-height: 300px;
|
||||
|
||||
|
|
@ -13,7 +14,7 @@
|
|||
|
||||
.modal-body {
|
||||
display: flex;
|
||||
height: calc(100vh - 49px);
|
||||
height: 100%;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue