Hide keyboard shortcuts indicator on mobile
This commit is contained in:
@ -6,4 +6,8 @@
|
||||
|
||||
color: $grey-500;
|
||||
transition: color $transition;
|
||||
|
||||
@media screen and (max-width: $tablet) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user