mirror of
https://github.com/foreverwelearn/obsidian-superflat.git
synced 2026-07-22 04:20:24 +00:00
feat: add spacing for suggestion item
This commit is contained in:
parent
3504cea80f
commit
3ba74fee9e
2 changed files with 14 additions and 5 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
11
theme.scss
11
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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue