1
0
Fork 0
mirror of https://github.com/immich-app/immich.git synced 2025-04-06 16:16:26 +02:00

fix(web): HelpAndFeedback button the same size as Theme button in navbar ()

fix(server): HelpAndFeedback button the same size as Theme button in navbar
This commit is contained in:
preeperkiller 2025-01-30 18:43:35 +01:00 committed by GitHub
parent 6e31ac4c75
commit 844eed8707
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -90,7 +90,7 @@
shape="round"
color="secondary"
variant="ghost"
size="large"
size="giant"
title={$t('support_and_feedback')}
icon={mdiHelpCircleOutline}
onclick={() => (shouldShowHelpPanel = !shouldShowHelpPanel)}