From 6ba1a373a9488c7d0584b0a370c3e5d584882b14 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Sat, 1 Oct 2022 12:18:34 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A3=20max-width=20on=20popup=20removed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit was causing some issues with exotic browsers --- src/pages/popup/style.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 506dfa9..397f72b 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,6 +1,5 @@ #popup { width: 40em; - max-width: 100%; overflow: hidden; margin: auto; } @@ -53,4 +52,4 @@ section>* { .toggle-option { display: grid; gap: .5em; -} \ No newline at end of file +}