From 64418fae07dbd388b9eab4a871f1115c8d8f9eba Mon Sep 17 00:00:00 2001 From: Ivan Yarcev Date: Fri, 22 Aug 2025 17:47:55 +0600 Subject: [PATCH] Minimal button size --- ubl-settings-repomanager.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/ubl-settings-repomanager.css b/ubl-settings-repomanager.css index af0b6cc..efff214 100644 --- a/ubl-settings-repomanager.css +++ b/ubl-settings-repomanager.css @@ -2,6 +2,7 @@ margin:0px; padding:0px; } + .noborder { border:none; } @@ -140,4 +141,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