Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcel Klehr <mklehr@gmx.net>2022-08-23 15:38:23 +0300
committerMarcel Klehr <mklehr@gmx.net>2022-08-23 15:38:23 +0300
commitb9c995e5b8d3600a64e307199e072d44ef912fce (patch)
treeed69f2d8bf72a6f96451b88df87526bfe6cfdf85
parent709700f44d167797367ec8d630f0bb6a50933514 (diff)
Navigation: Make people icon size=20
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
-rw-r--r--src/Photos.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Photos.vue b/src/Photos.vue
index fa066548..9f491e4a 100644
--- a/src/Photos.vue
+++ b/src/Photos.vue
@@ -41,7 +41,7 @@
</AppNavigationItem>
<AppNavigationItem v-if="showPeopleMenuEntry" :to="{name: 'faces'}" :title="t('photos', 'People')">
<template #icon>
- <AccountBoxMultipleOutline />
+ <AccountBoxMultipleOutline :size="20" />
</template>
</AppNavigationItem>
<AppNavigationItem :to="{name: 'folders'}" :title="t('photos', 'Folders')">