optimize settings

This commit is contained in:
Qing
2022-07-18 21:20:52 +08:00
parent 4534d9275e
commit 8b1f7a672e
11 changed files with 91 additions and 64 deletions

View File

@@ -30,7 +30,7 @@
transform: translate(-50%, -50%);
display: grid;
grid-auto-rows: max-content;
row-gap: 2rem;
row-gap: 1rem;
place-self: center;
padding: 2rem;
border-radius: 0.95rem;

View File

@@ -4,7 +4,7 @@
border-radius: 0.5rem;
padding: 0 0.8rem;
outline: 1px solid var(--border-color);
height: 36px;
height: 32px;
&:focus-visible {
outline: 1px solid var(--yellow-accent);

View File

@@ -4,7 +4,7 @@
align-items: center;
justify-content: space-between;
border-radius: 0.5rem;
height: 38px;
height: 32px;
gap: 8px;
padding: 0 0.8rem;
border: 1px solid var(--border-color);