fix padding on small buttons

This commit is contained in:
woodser 2025-05-18 17:02:18 -04:00
parent feb97252bb
commit 9484b3badf
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

@ -168,7 +168,11 @@
-fx-text-fill: -bs-background-color;
}
.compact-button, .table-cell .jfx-button, .action-button.compact-button {
.action-button.compact-button {
-fx-padding: 0 15 0 15;
}
.compact-button, .table-cell .jfx-button {
-fx-padding: 0 7 0 7;
}