some error debugging and for frontend thicker lines around blocks
This commit is contained in:
@@ -38,7 +38,7 @@ export default function MapSearch() {
|
||||
className="w-full bg-base-panel border border-base-border rounded-lg px-4 py-3 text-ink placeholder:text-ink-faint focus:border-accent/50 transition-colors"
|
||||
/>
|
||||
|
||||
<div className="panel divide-y divide-base-border">
|
||||
<div className="panel row-divide">
|
||||
{loading ? (
|
||||
<div className="p-4 text-sm text-ink-faint font-mono">loading…</div>
|
||||
) : maps.length === 0 ? (
|
||||
|
||||
Reference in New Issue
Block a user