From b7508ed23e017f67b3898a8c513b9e668092dcf8 Mon Sep 17 00:00:00 2001 From: itepechi <72330683+itepechi@users.noreply.github.com> Date: Wed, 20 Sep 2023 06:09:21 +0900 Subject: [PATCH] Normalise button padding --- src/App.scss | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/App.scss b/src/App.scss index 97ab338a..895432e3 100644 --- a/src/App.scss +++ b/src/App.scss @@ -771,6 +771,8 @@ option { .btn.button-default { min-height: 2em; + padding-left: 0.5em; + padding-right: 0.5em; } .new-status-notification { @@ -784,6 +786,11 @@ option { .mobile-hidden { display: none; } + + .btn.button-default { + padding-left: 0.7em; + padding-right: 0.7em; + } } @keyframes spin {