mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 04:59:21 +03:00
Added: compose window on mobile use Fullscreen API
This commit is contained in:
parent
6e41f19b02
commit
bf9b47ce85
3 changed files with 38 additions and 7 deletions
|
|
@ -61,7 +61,7 @@ label.inline, span.inline {
|
|||
@media screen and (max-width: 999px) {
|
||||
|
||||
.modal {
|
||||
width: calc(~'100% - 20px') !important;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
|
||||
.form-horizontal {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue