diff --git a/theme.css b/theme.css index 8cbf9fc..6ff8928 100644 --- a/theme.css +++ b/theme.css @@ -89,12 +89,16 @@ body { justify-content: center; } +.prompt { + top: 15vh; +} + .prompt-input { margin-top: var(--size-4-2); } -.prompt { - top: 15vh; +.suggestion-item { + padding-block: var(--size-4-3); } .tree-item-self, .tree-item-self.nav-folder-title { diff --git a/theme.scss b/theme.scss index 5e72aaa..bfb95d8 100644 --- a/theme.scss +++ b/theme.scss @@ -107,12 +107,17 @@ body { .workspace-tab-header-container { justify-content: center; } -.prompt-input { - margin-top: var(--size-4-2); -} + .prompt { top: 15vh; } +.prompt-input { + margin-top: var(--size-4-2); +} +.suggestion-item { + padding-block: var(--size-4-3); +} + .tree-item-self { &, &.nav-folder-title {