Navbar scroll

This commit is contained in:
Zoe Roux
2026-02-11 19:06:38 +01:00
parent 69a6bff197
commit b3d5b99862
14 changed files with 254 additions and 231 deletions
+1 -1
View File
@@ -61,7 +61,7 @@ export const EntryLine = ({
href={moreOpened ? undefined : href}
onLongPress={() => setMoreOpened(true)}
className={cn(
"group flex-row items-center",
"group flex-row items-center p-1",
href === null && "opacity-50",
className,
)}
+1 -1
View File
@@ -63,7 +63,7 @@ export const ItemGrid = ({
href={moreOpened ? undefined : href}
onLongPress={() => setMoreOpened(true)}
className={cn(
"group items-center outline-0",
"group items-center p-1 outline-0",
horizontal && "h-full w-[200px]",
className,
)}