From d190325efc7b322e8e2ddf824511b85854094ab8 Mon Sep 17 00:00:00 2001 From: gagdiez Date: Thu, 17 Oct 2024 01:10:08 +0200 Subject: [PATCH] fix: mobile --- src/styles/globals.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/styles/globals.css b/src/styles/globals.css index 44323f3e1..0daaaca18 100644 --- a/src/styles/globals.css +++ b/src/styles/globals.css @@ -90,4 +90,10 @@ w3m-modal { .nws-modal { max-width: 500px !important; +} + +@media (max-width: 576px) { + .nws-modal, .modal-left { + max-height: 280px !important; + } } \ No newline at end of file