Merge pull request #55089 from nextcloud/backport/50532/stable30

[stable30] fix(contactsmenu): adjust padding to new design
This commit is contained in:
Andy Scherzinger 2025-09-16 18:36:20 +02:00 committed by GitHub
commit 6eb1032c4d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 4 additions and 5 deletions

View file

@ -6,7 +6,6 @@
<template>
<li class="contact">
<NcAvatar class="contact__avatar"
:size="44"
:user="contact.isUser ? contact.uid : undefined"
:is-no-user="!contact.isUser"
:disable-menu="true"
@ -94,7 +93,7 @@ export default {
&__icon {
width: 20px;
height: 20px;
padding: 12px;
padding: calc((var(--default-clickable-area) - 20px) / 2);
filter: var(--background-invert-if-dark);
}
}

4
dist/core-main.js vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long