refactor: note list component

This commit is contained in:
codytseng 2025-08-11 22:34:48 +08:00
parent 96ed0757de
commit e78e2c2078
13 changed files with 766 additions and 419 deletions

View file

@ -26,7 +26,7 @@ export default function Tabs({
return (
<div
className={cn(
'sticky flex top-12 bg-background z-30 w-full transition-transform',
'sticky flex top-12 py-1 bg-background z-30 w-full transition-transform',
deepBrowsing && lastScrollTop > threshold ? '-translate-y-[calc(100%+12rem)]' : ''
)}
>