Skip to content

Commit

Permalink
style center
Browse files Browse the repository at this point in the history
  • Loading branch information
l1xnan committed Apr 1, 2024
1 parent 260dc49 commit d7cb5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/sidebar/aside.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export function ASide() {
<SideButton id="code" label="Code" icon={Code2} />
<SideButton id="history" label="History" icon={HistoryIcon} />
</nav>
<nav className="mt-auto grid gap-1 p-0">
<nav className="mt-auto grid gap-1 p-0 [&>*]:place-self-center">
<ToggleColorMode />
<AppSettingDialog />
{/* <SideButton id="help" label="Help" icon={LifeBuoy} /> */}
Expand Down

0 comments on commit d7cb5f8

Please sign in to comment.