Build update

This commit is contained in:
Francisco Hodge
2019-03-09 21:52:44 -05:00
parent 652084cabb
commit 0bea304528
6 changed files with 147 additions and 44 deletions
+14 -1
View File
@@ -1,6 +1,6 @@
/*!
*
* simple-keyboard v2.18.1 (Non-minified build)
* simple-keyboard v2.19.0 (Non-minified build)
* https://github.com/hodgef/simple-keyboard
*
* Copyright (c) Francisco Hodge (https://github.com/hodgef)
@@ -41,6 +41,19 @@ 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: -webkit-flex;
display: flex;
}
.simple-keyboard .hg-button {
display: inline-block;
-webkit-flex-grow: 1;