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

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