Skip to content

Commit 5fc25af

Browse files
author
zhaoshiwei1
committed
style: adjust positioning of left buttons in PublicLayout for better alignment with content area
1 parent 6ff9624 commit 5fc25af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/public-layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ export default function PublicLayout({
8383

8484
{/* 顶部左侧按钮 - 与内容区域对齐 */}
8585
{leftButtons && (
86-
<div className="fixed top-0 left-0 right-0 z-50 pt-6 pointer-events-none">
86+
<div className="fixed top-0 left-[-120px] right-0 z-50 pt-6 pointer-events-none">
8787
<div className="max-w-7xl mx-auto px-6 lg:px-8 pointer-events-auto">
8888
<div className="-ml-1">{leftButtons}</div>
8989
</div>

0 commit comments

Comments
 (0)