mirror of
https://github.com/umami-software/umami.git
synced 2026-02-03 20:27:13 +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 flexGrow={1} justifyContent="flex-end">
|
||||
<Column flexGrow={1} justifyContent="flex-end" alignItems={collapsed ? 'center' : undefined}>
|
||||
{collapsed ? (
|
||||
<Column gap="2">
|
||||
<Column gap="2" alignItems="center">
|
||||
<ThemeButton />
|
||||
<LanguageButton />
|
||||
<PreferencesButton />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue