From 8d8b04dd1f972cae8bef510cfd259f041d9cdf48 Mon Sep 17 00:00:00 2001 From: wukko Date: Tue, 27 Feb 2024 15:48:46 +0600 Subject: [PATCH] css: smaller button padding in home --- src/front/cobalt.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/front/cobalt.css b/src/front/cobalt.css index ff4f50d6..585fb4e8 100644 --- a/src/front/cobalt.css +++ b/src/front/cobalt.css @@ -368,7 +368,7 @@ button:active, .footer-button { width: auto!important; color: var(--accent-subtext); - padding: var(--gap) 1.2rem!important; + padding: var(--gap) 1rem!important; align-content: center; } .notification-dot { @@ -772,7 +772,7 @@ button:active, } #cobalt-main-box #bottom button { width: auto; - padding: var(--gap) 1.2rem; + padding: var(--gap) 1rem; } .collapse-list { background: var(--subbackground);