mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-09-26 23:14:41 +08: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 {
|
||||
height: 100vh;
|
||||
height: 100dvh;
|
||||
max-width: 1000px;
|
||||
max-width: min(99vw, 1600px);
|
||||
resize: horizontal;
|
||||
width: 99%;
|
||||
|
||||
.modal-body {
|
||||
|
|
Loading…
Add table
Reference in a new issue