夜间模式样式微调

This commit is contained in:
tangly1024
2021-11-05 17:47:27 +08:00
parent 6cbe623e97
commit ee51b8269c
4 changed files with 4 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ const JumpToTopButton = ({ targetRef, showPercent = true }) => {
}, [show])
return (
<div id='jump-to-top' className='right-0 fixed flex bottom-24 mr-4 duration-500 z-20'>
<div id='jump-to-top' className='right-0 fixed flex bottom-36 mr-4 duration-500 z-20'>
<div >
<div
onClick={() => window.scrollTo({ top: 0, behavior: 'smooth' })}