mirror of
https://github.com/immich-app/immich
synced 2025-11-07 17:27:20 +00:00
fix(web): HelpAndFeedback button the same size as Theme button in navbar (#15791)
fix(server): HelpAndFeedback button the same size as Theme button in navbar
This commit is contained in:
parent
6e31ac4c75
commit
844eed8707
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@
|
||||||
shape="round"
|
shape="round"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="large"
|
size="giant"
|
||||||
title={$t('support_and_feedback')}
|
title={$t('support_and_feedback')}
|
||||||
icon={mdiHelpCircleOutline}
|
icon={mdiHelpCircleOutline}
|
||||||
onclick={() => (shouldShowHelpPanel = !shouldShowHelpPanel)}
|
onclick={() => (shouldShowHelpPanel = !shouldShowHelpPanel)}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue