From 54fb3a295ccb14fdea7e656826e17871d6ff8a6c Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 23 Sep 2025 18:00:33 +0600 Subject: [PATCH] Buttons minimum size --- ubl-settings-update.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ubl-settings-update.css b/ubl-settings-update.css index 789618c..993ccab 100644 --- a/ubl-settings-update.css +++ b/ubl-settings-update.css @@ -129,4 +129,9 @@ background:transparent; border-width: 2px; border-color: #000000; border-style: solid; +} + +button { + min-width: 26px; + min-height: 24px; } \ No newline at end of file