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

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@mailbox.org>2021-09-20 12:37:29 +0300
committerGitHub <noreply@github.com>2021-09-20 12:37:29 +0300
commit166e5fe5252df79d1045ba9a1ceacf843b987459 (patch)
tree21fc92a99dda835161892b0473b17ee93ed3a1e2 /src
parentbeff3b9a91c411d9cd357dc5249a189eafbd46d0 (diff)
Set icon size for CalendarSharee to 18
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
Diffstat (limited to 'src')
-rw-r--r--src/components/AppNavigation/CalendarSharee.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/AppNavigation/CalendarSharee.vue b/src/components/AppNavigation/CalendarSharee.vue
index 9ff744fe..1a387b3c 100644
--- a/src/components/AppNavigation/CalendarSharee.vue
+++ b/src/components/AppNavigation/CalendarSharee.vue
@@ -30,7 +30,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
<template #icon>
<AccountMultiple
v-if="sharee.isGroup"
- :size="20"
+ :size="18"
decorative
class="avatar" />
<div v-else-if="sharee.isCircle" class="avatar icon-circle" />