Added: compose window on mobile use Fullscreen API

This commit is contained in:
djmaze 2021-07-15 21:01:41 +02:00
parent 6e41f19b02
commit bf9b47ce85
3 changed files with 38 additions and 7 deletions

View file

@ -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;

View file

@ -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 {