Skip to content

Commit

Permalink
mobile: fixed nav logo position
Browse files Browse the repository at this point in the history
  • Loading branch information
emengweb committed Oct 18, 2023
1 parent f3d952c commit bfb2a17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/nav/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ const LayoutBase = (props) => {
<main id='wrapper' className={(BLOG.LAYOUT_SIDEBAR_REVERSE ? 'flex-row-reverse' : '') + 'relative flex justify-between w-full h-screen mx-auto'}>

{/* 左侧图标Logo */}
<div className='absolute top-0 left-5 md:left-4 z-40 pt-3 md:pt-4 md:pt-0'>
<div className='fixed top-0 left-5 md:left-4 z-40 pt-3 md:pt-4 md:pt-0'>
<LogoBar {...props} />
</div>
{/* 左侧推拉抽屉 */}
Expand Down

0 comments on commit bfb2a17

Please sign in to comment.