mirror of
https://github.com/d0zingcat/NotionNext.git
synced 2026-06-04 07:26:47 +00:00
feature: 微调
This commit is contained in:
@@ -9,7 +9,7 @@ const StickyBar = ({ children }) => {
|
|||||||
if (!children) return <></>
|
if (!children) return <></>
|
||||||
return (
|
return (
|
||||||
<div id='sticky-bar' className='sticky flex-grow justify-center top-14 md:top-0 duration-500 z-10 pb-16'>
|
<div id='sticky-bar' className='sticky flex-grow justify-center top-14 md:top-0 duration-500 z-10 pb-16'>
|
||||||
<div className='bg-white dark:bg-gray-800 dark:border-gray-600 px-5 mx-2 absolute rounded-none md:rounded-xl shadow-xl border w-full hidden-scroll'>
|
<div className='bg-white dark:bg-gray-800 dark:border-gray-600 px-5 absolute rounded-none md:rounded-xl shadow-xl border w-full hidden-scroll'>
|
||||||
<div id='tag-container' className="md:pl-3 overflow-x-auto">
|
<div id='tag-container' className="md:pl-3 overflow-x-auto">
|
||||||
{ children }
|
{ children }
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user