We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47ac4d commit 15e374fCopy full SHA for 15e374f
2 files changed
osmium/src/ui/search.tsx
@@ -224,7 +224,7 @@ export function Search() {
224
</Show>
225
</div>
226
227
- <div class="scrollbar-thin mt-1 space-y-2 overflow-y-auto px-4 py-2 lg:grow">
+ <div class="mt-1 scrollbar-thin space-y-2 overflow-y-auto px-4 py-2 lg:grow">
228
<Suspense>
229
<Show when={searchTerm() && Object.keys(result()).length === 0}>
230
<p class="mt-2 text-center text-sm">
0 commit comments