Allow resize of compose window

This commit is contained in:
the-djmaze 2024-06-10 12:58:07 +02:00
parent ca3d3b44ce
commit 70e4fedc4d

View file

@ -9,7 +9,8 @@
#V-PopupsCompose {
height: 100vh;
height: 100dvh;
max-width: 1000px;
max-width: min(99vw, 1600px);
resize: horizontal;
width: 99%;
.modal-body {