fix issue #20: add shortcut to open and to hide the menu

This commit is contained in:
Simon Vieille 2020-05-14 15:30:34 +02:00
commit 24bf8496f3
Signed by: deblan
GPG key ID: 03383D15A1D31745
7 changed files with 74 additions and 37 deletions

View file

@ -23,3 +23,12 @@
#side-menu-section select {
margin: 10px 0 10px 0;
}
.keyboard-key {
padding: 1px 9px;
margin: 0 2px;
background: #eee;
border: 1px solid #aaa;
color: #555;
border-radius: 3px;
}