add padding to compact buttons

This commit is contained in:
woodser 2025-05-19 06:56:53 -04:00
parent 2b1a6484a3
commit 6d84edf577
No known key found for this signature in database
GPG key ID: 55A10DD48ADEE5EF

View file

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