From 21f6ffc85b516182fd458cdb8b791592721c7e23 Mon Sep 17 00:00:00 2001 From: Shiba <44804845+DeepDoge@users.noreply.github.com> Date: Wed, 10 Aug 2022 08:17:55 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=8D=A4=20popup=20width=20made=20larger?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/popup/style.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/pages/popup/style.css b/src/pages/popup/style.css index 987f35b..f492c52 100644 --- a/src/pages/popup/style.css +++ b/src/pages/popup/style.css @@ -1,3 +1,10 @@ +#popup { + width: 40em; + max-width: 100%; + overflow: hidden; + margin: auto; +} + header { display: grid; gap: .5em; @@ -37,13 +44,6 @@ section>* { padding: 0 1rem; } -#popup { - width: 35em; - max-width: 100%; - overflow: hidden; - margin: auto; -} - .center { display: grid; place-items: center;