From 6f98edef09510b1f65de9a976f09296f8c3f2a58 Mon Sep 17 00:00:00 2001 From: Nathan Bierema Date: Sun, 5 Mar 2023 22:08:46 -0500 Subject: [PATCH] Fix responsive layout --- extension/src/style.pug | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extension/src/style.pug b/extension/src/style.pug index ad4498a7..a98b4769 100644 --- a/extension/src/style.pug +++ b/extension/src/style.pug @@ -7,7 +7,7 @@ style. overflow: hidden; height: 100%; width: 100%; - min-width: 760px; + min-width: 350px; min-height: 400px; margin: 0; padding: 0; @@ -17,7 +17,6 @@ style. color: #fff; } #root { - min-width: 760px; height: 100%; } #root > div {