BUGFIX: keep fts5 tables syncronized

This commit is contained in:
Simon Martens
2026-01-10 23:29:26 +01:00
parent 05d4e559fe
commit 57bbd68123
15 changed files with 527 additions and 7 deletions

View File

@@ -161,6 +161,14 @@
@apply border-l-4 border-zinc-300 font-bold;
}
.legacy-toggle-icon {
transition: transform 150ms ease;
}
details[open] .legacy-toggle-icon {
transform: rotate(180deg);
}
.notifier {
@apply bg-stone-100 text-center text-base px-2.5 py-1 font-sans rounded;
}