Buttons minimum size

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

@ -130,3 +130,8 @@ background:transparent;
border-color: #000000; border-color: #000000;
border-style: solid; border-style: solid;
} }
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save