From 7cc8cd75d41bb66b394861507db88f8b444b5c29 Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Sun, 13 Dec 2020 22:10:52 -0500 Subject: [PATCH] Set max size of popup for Firefox and fix padding issues --- public/popup.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/public/popup.css b/public/popup.css index c6cab0e5..ea3ce254 100644 --- a/public/popup.css +++ b/public/popup.css @@ -17,9 +17,8 @@ display: flex; flex-flow: column nowrap; align-items: center; - width: calc(100% - 6px); - height: calc(100% - 22px); - padding: 22px 3px 0; + width: 330px; + margin: 22px; text-align: center; }