Buttons minimum size

pull/73/head
parent 542568087b
commit 760c7b99a8
No known key found for this signature in database
GPG Key ID: FF1D842BF4DDE92B

@ -155,3 +155,8 @@ border-color: @theme_text_color;
background:@theme_selected_bg_color;
border-radius:2px;
}
button {
min-width: 26px;
min-height: 24px;
}
Loading…
Cancel
Save