From 012a36b931d1bcd9193dacaa66fe75166f5e2d8e Mon Sep 17 00:00:00 2001 From: Ajay Ramachandran Date: Mon, 12 Aug 2019 12:04:57 -0400 Subject: [PATCH] Increased button padding --- popup.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/popup.css b/popup.css index cb86b962..49a29ccc 100644 --- a/popup.css +++ b/popup.css @@ -80,8 +80,8 @@ h1.popupElement { .mediumLink.popupElement { font-size: 15px; - padding-left: 15px; - padding-right: 15px; + margin-left: 25px; + margin-right: 25px; text-decoration: underline; cursor: pointer; }