From 7abb36a9476d0203fb9e32d8b5763171594160fe Mon Sep 17 00:00:00 2001 From: AsteroidusTv Date: Sun, 12 May 2024 15:19:17 +0200 Subject: [PATCH] Begin mobile comments responsive --- templates/styles/standard-assets/popup.css | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/templates/styles/standard-assets/popup.css b/templates/styles/standard-assets/popup.css index c361cf3..4d083f2 100644 --- a/templates/styles/standard-assets/popup.css +++ b/templates/styles/standard-assets/popup.css @@ -162,15 +162,28 @@ .standard-popup-close.comment-popup { transform: translate(310px, -200px); } + } @media screen and (max-width: 521px) { + .standard-popup { + width: 1000%; + height: 1000%; + + } + .standard-popup-content.add-popup { width: 100dvw; height: 100dvh; box-shadow: 0; } + .standard-popup-content.comment-popup { + width: 142.7dvw; + height: 142.7dvh; + box-shadow: none; + } + .standard-popup-close.add-popup { position: absolute; top: 20px;