device-63.home 2025-10-15:21:24:6

This commit is contained in:
oskar
2025-10-15 21:24:06 +02:00
parent 898e3a9bdd
commit d9664685af
32 changed files with 569 additions and 486 deletions

View File

@@ -54,7 +54,8 @@
justify-content: center;
}
.templater-prompt-div {
.templater-prompt-div,
.templater-multisuggester-div {
display: flex;
}
@@ -63,7 +64,8 @@
flex-grow: 1;
}
.templater-prompt-input {
.templater-prompt-input,
.templater-multisuggester-input {
flex-grow: 1;
}
@@ -82,6 +84,10 @@ textarea.templater-prompt-input:focus {
border-color: var(--interactive-accent);
}
.templater-multisuggester-list {
margin: 1.5em 0;
}
.cm-s-obsidian .templater-command-bg {
left: 0px;
right: 0px;