We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 193ff5e commit a612c7bCopy full SHA for a612c7b
core/src/components/ContactsMenu/Contact.vue
@@ -6,7 +6,6 @@
6
<template>
7
<li class="contact">
8
<NcAvatar class="contact__avatar"
9
- :size="44"
10
:user="contact.isUser ? contact.uid : undefined"
11
:is-no-user="!contact.isUser"
12
:disable-menu="true"
@@ -94,7 +93,7 @@ export default {
94
93
&__icon {
95
width: 20px;
96
height: 20px;
97
- padding: 12px;
+ padding: calc((var(--default-clickable-area) - 20px) / 2);
98
filter: var(--background-invert-if-dark);
99
}
100
0 commit comments