Added row button grouping functionality

This commit is contained in:
Francisco Hodge
2019-03-09 21:47:31 -05:00
parent cd909cffa8
commit 69b830c632
2 changed files with 155 additions and 4 deletions
+12
View File
@@ -26,6 +26,18 @@ html {
margin-right: 5px;
}
.simple-keyboard .hg-row .hg-button-container {
margin-right: 5px;
}
.simple-keyboard .hg-row > div:last-child {
margin-right: 0;
}
.simple-keyboard .hg-row .hg-button-container {
display: flex;
}
.simple-keyboard .hg-button {
display: inline-block;
flex-grow: 1;