Buttons minimum size

pull/109/head
parent 3c41ea8696
commit 54fb3a295c
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -129,4 +129,9 @@ background:transparent;
border-width: 2px;
border-color: #000000;
border-style: solid;
}
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save