mirror of
https://github.com/umami-software/umami.git
synced 2026-02-04 04:37:11 +01:00
Center bottom icons when sidebar collapsed
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
452a385c4e
commit
6169a58e86
1 changed files with 2 additions and 2 deletions
|
|
@ -178,9 +178,9 @@ export function ShareNav({
|
||||||
/>
|
/>
|
||||||
</Column>
|
</Column>
|
||||||
)}
|
)}
|
||||||
<Column flexGrow={1} justifyContent="flex-end">
|
<Column flexGrow={1} justifyContent="flex-end" alignItems={collapsed ? 'center' : undefined}>
|
||||||
{collapsed ? (
|
{collapsed ? (
|
||||||
<Column gap="2">
|
<Column gap="2" alignItems="center">
|
||||||
<ThemeButton />
|
<ThemeButton />
|
||||||
<LanguageButton />
|
<LanguageButton />
|
||||||
<PreferencesButton />
|
<PreferencesButton />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue