mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-06-25 07:10:48 -04:00
fix padding on small buttons
This commit is contained in:
parent
feb97252bb
commit
9484b3badf
1 changed files with 5 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue