From d429d9f54286d35269da8458c4a5a2a8c03a1abd Mon Sep 17 00:00:00 2001 From: Aevann Date: Sun, 29 Oct 2023 16:52:32 +0300 Subject: [PATCH] add max-width to the hole-name on mobile just in case (based on having 2 notifs and with 16 char hole name (the max before alt font-size)) --- files/assets/css/main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/files/assets/css/main.css b/files/assets/css/main.css index 7ace4ef1c4..757b666291 100644 --- a/files/assets/css/main.css +++ b/files/assets/css/main.css @@ -7512,6 +7512,7 @@ p { /* DO NOT REMOVE */ @media (max-width: 768px) { #hole-name { font-size: max(14px, 1.2vw); + max-width: calc(100vw - 217px); } }