mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Allow resize of compose window
This commit is contained in:
parent
ca3d3b44ce
commit
70e4fedc4d
1 changed files with 2 additions and 1 deletions
|
|
@ -9,7 +9,8 @@
|
||||||
#V-PopupsCompose {
|
#V-PopupsCompose {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
height: 100dvh;
|
height: 100dvh;
|
||||||
max-width: 1000px;
|
max-width: min(99vw, 1600px);
|
||||||
|
resize: horizontal;
|
||||||
width: 99%;
|
width: 99%;
|
||||||
|
|
||||||
.modal-body {
|
.modal-body {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue