mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-02 14:07:04 +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
|
|
@ -144,6 +144,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
@media screen and (max-width: 999px) {
|
||||
.b-compose.modal {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
.minimize-custom {
|
||||
border: 0 solid #333;
|
||||
border-bottom-width: 3px;
|
||||
|
|
|
|||
|
|
@ -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