aboutsummaryrefslogtreecommitdiff
path: root/src/lib/CommandPalette
diff options
context:
space:
mode:
authorFuwn <[email protected]>2025-06-23 01:20:02 -0700
committerFuwn <[email protected]>2025-06-23 01:20:02 -0700
commitc6786d188ba2178c45d088d987ec6c16edcce16c (patch)
tree5fd1713e43371aaa63eaf8bcdb8f7d8859945b7d /src/lib/CommandPalette
parentstyle(src): Remove self-closing p and div tags (diff)
downloaddue.moe-c6786d188ba2178c45d088d987ec6c16edcce16c.tar.xz
due.moe-c6786d188ba2178c45d088d987ec6c16edcce16c.zip
style(src): Remove self-closing tags with attributes
Diffstat (limited to 'src/lib/CommandPalette')
-rw-r--r--src/lib/CommandPalette/CommandPalette.svelte2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/CommandPalette/CommandPalette.svelte b/src/lib/CommandPalette/CommandPalette.svelte
index 2d2ec6ee..bb1bf8a1 100644
--- a/src/lib/CommandPalette/CommandPalette.svelte
+++ b/src/lib/CommandPalette/CommandPalette.svelte
@@ -141,7 +141,7 @@
class="command-palette-overlay {open ? 'fade-in' : 'fade-out'}"
on:click={() => (open = false)}
transition:fade={{ duration: 150 }}
- />
+ ></div>
<div class="dropdown {open ? 'fade-in' : 'fade-out'}">
<div class="dropdown-content card card-small">