diff --git a/src/lib/components/layout/SearchModal.svelte b/src/lib/components/layout/SearchModal.svelte index 3eb6687e41..9e55150321 100644 --- a/src/lib/components/layout/SearchModal.svelte +++ b/src/lib/components/layout/SearchModal.svelte @@ -219,8 +219,8 @@ -
-
+
+
--> -
+
diff --git a/src/lib/components/layout/Sidebar/SearchInput.svelte b/src/lib/components/layout/Sidebar/SearchInput.svelte index e5af6379fb..8210f350c2 100644 --- a/src/lib/components/layout/Sidebar/SearchInput.svelte +++ b/src/lib/components/layout/Sidebar/SearchInput.svelte @@ -266,7 +266,7 @@ {#if focused && (filteredOptions.length > 0 || filteredItems.length > 0)}
{ @@ -278,7 +278,7 @@ selectedIdx = 0; }} > -
+
{#if filteredItems.length > 0}
{selectedOption} @@ -297,7 +297,7 @@ const words = value.split(' '); words.pop(); - words.push(`${item.type}:${item.id} `); + words.push(`${item.type}:${item.id}`); value = words.join(' ');