compact mobile keyboard

This commit is contained in:
Devaev Maxim
2018-09-02 20:08:35 +03:00
parent ecb866f57a
commit 3f40aefafe
5 changed files with 298 additions and 149 deletions

View File

@@ -25,6 +25,12 @@
color: var(--fg-color-normal);
background-color: var(--bg-color-gray);
}
div#keyboard-desktop {
display: none !important;
}
div#keyboard-mobile {
display: block !important;
}
div#stream-mouse-buttons {
display: block !important;