From a5a07db005c8f5b50706d3abb244934497570891 Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Tue, 23 Sep 2025 17:59:01 +0600 Subject: [PATCH] Buttons minimum size --- ubl-settings-services.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/ubl-settings-services.css b/ubl-settings-services.css index 1ca94fe..fe74eca 100644 --- a/ubl-settings-services.css +++ b/ubl-settings-services.css @@ -136,4 +136,9 @@ background:transparent; treeview row:nth-child(odd) { background-color: #000000; } -treeview row:nth-child(even) { background-color: #ffffff; } \ No newline at end of file +treeview row:nth-child(even) { background-color: #ffffff; } + +button { + min-width: 26px; + min-height: 24px; +} \ No newline at end of file