Skip to content

Commit a612c7b

Browse files
st3inybackportbot[bot]
authored andcommitted
fix(contactsmenu): adjust padding to new design
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> [skip ci]
1 parent 193ff5e commit a612c7b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

core/src/components/ContactsMenu/Contact.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<template>
77
<li class="contact">
88
<NcAvatar class="contact__avatar"
9-
:size="44"
109
:user="contact.isUser ? contact.uid : undefined"
1110
:is-no-user="!contact.isUser"
1211
:disable-menu="true"
@@ -94,7 +93,7 @@ export default {
9493
&__icon {
9594
width: 20px;
9695
height: 20px;
97-
padding: 12px;
96+
padding: calc((var(--default-clickable-area) - 20px) / 2);
9897
filter: var(--background-invert-if-dark);
9998
}
10099
}

0 commit comments

Comments
 (0)