refactor: remove shortcut hints in mobile devices

This commit is contained in:
liyasthomas
2021-12-20 14:40:38 +05:30
parent fac1288ef2
commit f94ee7c73f
23 changed files with 410 additions and 253 deletions

View File

@@ -148,7 +148,8 @@ a {
font-size: 88%;
kbd {
@apply inline-flex;
@apply hidden;
@apply sm:inline-flex;
@apply font-sans;
@apply bg-gray-500;
@apply bg-opacity-45;