diff --git a/app/javascript/mastodon/features/keyboard_shortcuts/index.js b/app/javascript/mastodon/features/keyboard_shortcuts/index.js
index 22991fcba8..8531e03c07 100644
--- a/app/javascript/mastodon/features/keyboard_shortcuts/index.js
+++ b/app/javascript/mastodon/features/keyboard_shortcuts/index.js
@@ -33,59 +33,59 @@ export default class KeyboardShortcuts extends ImmutablePureComponent {
- r |
+ r |
|
- m |
+ m |
|
- f |
+ f |
|
- b |
+ b |
|
- enter |
+ enter |
|
- up |
+ up |
|
- down |
+ down |
|
- 1 -9 |
+ 1-9 |
|
- n |
+ n |
|
- alt +n |
+ alt+n |
|
- backspace |
+ backspace |
|
- s |
+ s |
|
- esc |
+ esc |
|
- ? |
+ ? |
|
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index db07c3dfae..be1df46fc4 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -2104,7 +2104,7 @@
padding: 0 10px 8px;
}
- code {
+ kbd {
display: inline-block;
padding: 3px 5px;
background-color: lighten($ui-base-color, 8%);