From 87b2f51e00e8f6ec0a9de54111f0db0a46377b05 Mon Sep 17 00:00:00 2001
From: jomo <git@jomo.tv>
Date: Thu, 28 Sep 2017 06:29:50 +0200
Subject: [PATCH] fix #202

Popup width is fixed to 320px when the extension
is pinned to overflow menu. The fixed width might
change in the future, but the popup is responsive
so we're only setting a max-width rather than a
fixed width.
---
 pages/popup/popup.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/popup/popup.css b/pages/popup/popup.css
index 16b762e..fdc2928 100644
--- a/pages/popup/popup.css
+++ b/pages/popup/popup.css
@@ -11,7 +11,7 @@ body {
     margin: 0 auto;
     overflow: hidden;
     padding: 0;
-    width: 348px;
+    max-width: 348px;
 }
 
 header {
-- 
GitLab