From 94cdc80bd9a0e6e073c1cca35b35be8d769fcffb Mon Sep 17 00:00:00 2001 From: wukko Date: Mon, 3 Apr 2023 17:40:00 +0600 Subject: [PATCH] one more fix to prevent future padding breakage --- src/front/cobalt.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index a7f57f1..80c5e09 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -195,12 +195,12 @@ input[type="checkbox"] { } #cobalt-main-box #top { display: inline-flex; - height: 2rem; + height: 2.5rem; margin-top: -0.6rem; flex-direction: row; } #cobalt-main-box #bottom { - padding-top: 1.5rem; + padding-top: 1rem; display: flex; flex-direction: row; justify-content: space-between; @@ -212,7 +212,6 @@ input[type="checkbox"] { } #url-input-area { background: var(--background); - height: 2.5rem; padding: 0 1rem; width: 100%; color: var(--accent);