smaller divider

This commit is contained in:
Dan Lebo
2023-02-16 11:48:26 -08:00
parent 734b5d7129
commit 0996b5bede

View File

@@ -159,7 +159,7 @@ export function Search({
)}
<div
className={cn(
'hidden mx-2 h-8 w-px bg-border dark:bg-border-dark',
'hidden mx-2 h-6 w-px bg-border dark:bg-border-dark',
fullsize ? 'flex' : 'hidden md:flex'
)}
/>