2023-09-06 22:54:05 +08:00
|
|
|
#keyboard-shortcuts-help-container {
|
|
|
|
table {
|
2023-09-07 16:17:52 +08:00
|
|
|
tr > * {
|
|
|
|
border-top: 1px solid var(--outline-color);
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
2023-09-06 22:54:05 +08:00
|
|
|
th {
|
|
|
|
font-weight: normal;
|
|
|
|
text-align: start;
|
|
|
|
padding: 0.25em 0;
|
|
|
|
line-height: 1;
|
|
|
|
}
|
|
|
|
td {
|
|
|
|
padding: 0.25em 1em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
kbd {
|
|
|
|
border-radius: 4px;
|
|
|
|
display: inline-block;
|
|
|
|
padding: 0.3em;
|
|
|
|
line-height: 1;
|
|
|
|
border: 1px solid var(--outline-color);
|
|
|
|
background-color: var(--bg-faded-color);
|
|
|
|
}
|
|
|
|
}
|