From b4720a064b521c38bb2c3619397c7a82b46a3449 Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Thu, 18 Nov 2021 23:17:25 +0000 Subject: [PATCH] Tiny emoji search screen --- epicyon-follow.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/epicyon-follow.css b/epicyon-follow.css index 3ca3013e6..7a13f916a 100644 --- a/epicyon-follow.css +++ b/epicyon-follow.css @@ -296,6 +296,9 @@ input[type=text] { } @media screen and (max-width: 480px) { + body, html { + min-width: 400px; + } .hashtagswarm { font-size: var(--font-size2); font-family: Arial, Helvetica, sans-serif;