style: show new button
This commit is contained in:
parent
f823ef4db0
commit
407a6fb802
1 changed files with 1 additions and 1 deletions
|
|
@ -242,7 +242,7 @@ function ShowNewButton({ onClick }: { onClick: () => void }) {
|
||||||
return (
|
return (
|
||||||
<div
|
<div
|
||||||
className={cn(
|
className={cn(
|
||||||
'sticky top-24 flex justify-center w-full mb-2 z-30 duration-700 transition-transform',
|
'sticky top-[6.25rem] flex justify-center w-full my-2 z-30 duration-700 transition-transform',
|
||||||
deepBrowsing && lastScrollTop > 800 ? '-translate-y-10' : ''
|
deepBrowsing && lastScrollTop > 800 ? '-translate-y-10' : ''
|
||||||
)}
|
)}
|
||||||
>
|
>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue