From 2139964a1e055ab90d1560df30a796b2a30ce218 Mon Sep 17 00:00:00 2001 From: Andre Natal Date: Tue, 24 Jan 2023 16:25:05 -0800 Subject: [PATCH] Optimize the popup space a little more (#651) --- extension/view/popup/css/index.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/extension/view/popup/css/index.css b/extension/view/popup/css/index.css index 5a597e80..f69de1a8 100644 --- a/extension/view/popup/css/index.css +++ b/extension/view/popup/css/index.css @@ -6,7 +6,7 @@ html, body { height: 100%; margin: 0; - font-size: 18px; + font-size: 16px; font-family: Optima, Helvetica, Arial; } @@ -63,7 +63,7 @@ label { } textarea { - padding: 1rem; + padding: .5rem; font-size: 1rem; resize: none; border-radius: 2px;