From fccde5869fce3761dfc30a633de8f718568ed586 Mon Sep 17 00:00:00 2001 From: buzz-lightsnack-2007 <73412182+buzz-lightsnack-2007@users.noreply.github.com> Date: Mon, 15 Apr 2024 22:50:38 +0800 Subject: [PATCH] add decent spacing --- styles/ui.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles/ui.css b/styles/ui.css index e9ac71c..b302a51 100644 --- a/styles/ui.css +++ b/styles/ui.css @@ -174,6 +174,10 @@ nav .input-field label { left: auto !important; } +.input-field > button:not(:last-child) { + margin-right: 0.5em; +} + .nav-wrapper { position: sticky; z-index: 10;