style refine

This commit is contained in:
Sanster
2022-04-04 21:51:33 +08:00
parent 855fd1f006
commit 10b35a3f0a
33 changed files with 263 additions and 686 deletions

View File

@@ -33,8 +33,9 @@
}
.shortcut-key {
justify-self: end;
font-family: 'WorkSans-Bold';
background-color: var(--modal-hotkey-bg);
border: 1px solid var(--modal-hotkey-border-color);
padding: 0.4rem 1rem;
width: max-content;
border-radius: 0.4rem;
@@ -45,9 +46,9 @@
}
.shortcut-description {
justify-self: end;
text-align: right;
width: 15rem;
justify-self: start;
text-align: left;
width: 18rem;
@include mobile {
text-align: left;