Buttons minimum size

pull/177/head
parent 030935209e
commit 9d194d75f4
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -135,3 +135,8 @@ border-color:alpha(@theme_text_color, 0.01);
.marginright image{
margin-right: 2px;
}
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save