From 547e1ab63b86aef2778cd322677e4a7a153eafe1 Mon Sep 17 00:00:00 2001 From: AsteroidusTv Date: Sun, 5 May 2024 19:21:58 +0200 Subject: [PATCH] Improve popup view on mobile --- templates/styles/standard-assets/popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/styles/standard-assets/popup.css b/templates/styles/standard-assets/popup.css index d9a06df..ab8fb8d 100644 --- a/templates/styles/standard-assets/popup.css +++ b/templates/styles/standard-assets/popup.css @@ -98,8 +98,8 @@ @media screen and (max-width: 521px) { .standard-popup-content.add-popup { - width: 100%; - height: 100%; + width: 100dvw; + height: 100dvh; box-shadow: 0; }