mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-22 15:12:28 -04:00
Navbar scroll
This commit is contained in:
@@ -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,
|
||||
)}
|
||||
|
||||
@@ -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,
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user