From 3ba74fee9e9ce66453dcff6c1cedbc9d6ec3d772 Mon Sep 17 00:00:00 2001 From: ForeverWeLearn Date: Tue, 23 Jun 2026 12:02:58 +0700 Subject: [PATCH] feat: add spacing for suggestion item --- theme.css | 8 ++++++-- theme.scss | 11 ++++++++--- 2 files changed, 14 insertions(+), 5 deletions(-) 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 {