improved hotkeys menu

This commit is contained in:
Devaev Maxim
2018-10-02 22:23:04 +03:00
parent 7334288b11
commit f7ccff7647
2 changed files with 39 additions and 20 deletions

View File

@@ -88,7 +88,11 @@ select:active {
display: inline-block;
width: 25%;
}
.row50:not(:first-child), .row25:not(:first-child) {
.row16 {
display: inline-block;
width: 16.66%
}
.row50:not(:first-child), .row25:not(:first-child), .row16:not(:first-child) {
border-left: var(--dark-border);
}