From 34be1a19becef68ef7dae108ff344c0edbf80b56 Mon Sep 17 00:00:00 2001 From: Maxx Crawford Date: Wed, 29 Sep 2021 10:05:27 -0500 Subject: [PATCH] Add UI tweaks --- src/css/popup.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/css/popup.css b/src/css/popup.css index 4dfb8dc..ff7e083 100644 --- a/src/css/popup.css +++ b/src/css/popup.css @@ -586,7 +586,7 @@ manage things like container crud */ } .edit-container-panel fieldset:last-of-type { - margin-block-end: 0; + margin-block-start: 16px; } .edit-container-panel input[type="text"] { @@ -886,12 +886,11 @@ input { .site-isolation { inset-block-end: auto; - position: fixed; } .options-label { cursor: pointer; - padding-inline-start: 25px; + padding-inline-start: 4px; } .manage-assigned-sites-list {