1
0

Hide keyboard shortcuts indicator on mobile

This commit is contained in:
kolaente
2021-07-21 00:05:11 +02:00
parent cc53796f1b
commit 5913f78dc7

View File

@ -6,4 +6,8 @@
color: $grey-500;
transition: color $transition;
@media screen and (max-width: $tablet) {
display: none;
}
}