increase border radius decrease grid gap
This commit is contained in:
+2
-2
@@ -463,7 +463,7 @@
|
|||||||
/* root variables */
|
/* root variables */
|
||||||
|
|
||||||
:root {
|
:root {
|
||||||
--base-border-radius: 2px;
|
--base-border-radius: 4px;
|
||||||
--base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
|
--base-font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue,
|
||||||
Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
|
Helvetica, Ubuntu, Roboto, Noto, Segoe UI, Arial, sans-serif;
|
||||||
--base-font-size: 17px;
|
--base-font-size: 17px;
|
||||||
@@ -474,7 +474,7 @@
|
|||||||
--command-height: 4rem;
|
--command-height: 4rem;
|
||||||
--command-padding: calc(var(--command-height) / 2 - 1ch / 2);
|
--command-padding: calc(var(--command-height) / 2 - 1ch / 2);
|
||||||
--help-grid-columns: 1;
|
--help-grid-columns: 1;
|
||||||
--help-grid-gap: 1rem;
|
--help-grid-gap: 0.5rem;
|
||||||
--search-input-font-size: 2rem;
|
--search-input-font-size: 2rem;
|
||||||
--search-input-text-align: left;
|
--search-input-text-align: left;
|
||||||
--suggestion-height: 3rem;
|
--suggestion-height: 3rem;
|
||||||
|
|||||||
Reference in New Issue
Block a user