feat: add "goto create link/category" keybinds

This commit is contained in:
Sonny
2023-04-23 20:44:47 +02:00
parent ab462aafd4
commit 935b69eee8
5 changed files with 42 additions and 31 deletions

View File

@@ -183,6 +183,17 @@ select:not(.nostyle) {
border: 0;
}
kbd {
text-shadow: 0 1px 0 #fff;
color: rgb(51, 51, 51);
background-color: rgb(247, 247, 247);
padding: 0.25em 0.5em;
border-radius: 3px;
border: 1px solid rgb(204, 204, 204);
box-shadow: 0 1px 0px rgba(0, 0, 0, 0.2), 0 0 0 2px #ffffff inset;
display: inline-block;
}
@media (max-width: 1280px) {
.App {
width: 100%;