From e961ca7b68ccf733406119a01109b896abeef672 Mon Sep 17 00:00:00 2001 From: Kevin Payravi Date: Sun, 5 Nov 2023 04:24:42 -0600 Subject: [PATCH] Further popup + settings styling --- popup.html | 4 ++-- settings.html | 1 - 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/popup.html b/popup.html index 556303f..13fe93d 100644 --- a/popup.html +++ b/popup.html @@ -53,7 +53,7 @@ font-size: .9em; display: flex; flex-direction: column; - gap: .85em; + gap: .5em; } fieldset+fieldset { @@ -71,7 +71,7 @@ legend { font-weight: 600; - margin-bottom: .5em; + margin-bottom: .6em; } input, label, select { diff --git a/settings.html b/settings.html index 0831185..85b882e 100644 --- a/settings.html +++ b/settings.html @@ -55,7 +55,6 @@ padding: 0 0 12px 0; margin: 0; margin-bottom: .5em; - font-size: .9em; } fieldset+fieldset {