This commit is contained in:
the-djmaze 2022-11-19 13:10:32 +01:00
parent ebaf92a2f0
commit 8e204409f6
3 changed files with 3 additions and 4 deletions

View file

@ -150,6 +150,8 @@
@media screen and (max-width: 999px) {
#V-PopupsCompose {
border: 0;
height: calc(100vh - 100px);
margin: 0 auto;
width: 100%;
}
}