From 169ece39fc7e0b004955986086c964d29f009e08 Mon Sep 17 00:00:00 2001 From: hensm Date: Thu, 13 Dec 2018 16:46:26 +0000 Subject: [PATCH] Better options components spacing --- ext/src/options/styles/index.css | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/ext/src/options/styles/index.css b/ext/src/options/styles/index.css index cba86d4..7d55a20 100644 --- a/ext/src/options/styles/index.css +++ b/ext/src/options/styles/index.css @@ -15,7 +15,7 @@ display: flex; align-items: center; align-self: flex-end; - margin-block-start: 5px; + margin-block-start: 20px; } #buttons > :not(:last-child) { @@ -28,7 +28,9 @@ .bridge { - margin-bottom: 20px; + border-bottom: 1px solid var(--border-color); + margin-bottom: 10px; + padding-bottom: 20px; } .bridge, @@ -121,7 +123,7 @@ color: graytext; } -#form > .category { +#form > .category:not(:first-child) { border-top: 1px solid var(--border-color); }