mirror of
https://github.com/immich-app/immich.git
synced 2025-11-25 18:10:48 +09:00
fix(web): menu button size (#17321)
Adjusting the menu button size, to match match the other buttons in the navigation bar.
This commit is contained in:
@@ -71,7 +71,7 @@
|
|||||||
shape="round"
|
shape="round"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
size="large"
|
size="medium"
|
||||||
aria-label={$t('main_menu')}
|
aria-label={$t('main_menu')}
|
||||||
icon={mdiMenu}
|
icon={mdiMenu}
|
||||||
onclick={() => {
|
onclick={() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user