Skip to content

Commit 0f9de3a

Browse files
committed
heo 导航栏动画细节
1 parent 36ec6de commit 0f9de3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/heo/components/Header.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ const Header = props => {
158158
</div>
159159

160160
{/* 右侧固定 */}
161-
<div className='flex flex-shrink-0 justify-center items-center'>
161+
<div className='flex flex-shrink-0 justify-end items-center w-48'>
162162
<RandomPostButton {...props} />
163163
<SearchButton {...props} />
164164
{!JSON.parse(siteConfig('THEME_SWITCH')) && (

0 commit comments

Comments
 (0)