Add help dialog with keybindings reference

This commit is contained in:
Simon Ser
2021-03-08 17:05:48 +01:00
parent 30157383e8
commit 17a2d48b2e
4 changed files with 66 additions and 0 deletions

View File

@@ -301,3 +301,18 @@ details summary {
.dialog h2 {
margin-top: 0;
}
kbd {
background-color: #f0f0f0;
border: 1px solid #bfbfbf;
box-shadow: inset 0 1px 0 0 #fff, inset 0 -2px 0 0 #d9d9d9;
display: inline-block;
font-size: 80%;
margin: 3px;
min-width: 1em;
text-align: center;
white-space: nowrap;
padding: 2px 4px;
font-family: monospace;
border-radius: 3px;
}