Buttons minimum size #100

Merged
asmeron merged 1 commits from YanTheKaller/ubl-settings-kernel:master into master 2 months ago

@ -282,4 +282,9 @@ background:transparent;
background:@theme_selected_bg_color; background:@theme_selected_bg_color;
}
button {
min-width: 26px;
min-height: 24px;
} }
Loading…
Cancel
Save