File tree Expand file tree Collapse file tree 1 file changed +2
-8
lines changed
Expand file tree Collapse file tree 1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change 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"
4443 class =" other-actions"
4544 @click =" action.callback(contact)" >
4645 <template #icon >
47- <NcIconSvgWrapper class =" contact__action__icon-svg"
48- :svg =" action.iconSvg(contact)" />
46+ <NcIconSvgWrapper :svg =" action.iconSvg(contact)" />
4947 </template >
5048 {{ action.displayName(contact) }}
5149 </NcActionButton >
@@ -114,13 +112,9 @@ export default {
114112 & __icon {
115113 width : 20px ;
116114 height : 20px ;
117- padding : 12 px ;
115+ padding : calc (( var ( --default-clickable-area ) - 20 px ) / 2 ) ;
118116 filter : var (--background-invert-if-dark );
119117 }
120-
121- & __icon-svg {
122- padding : 5px ;
123- }
124118 }
125119
126120 & __avatar {
You can’t perform that action at this time.
0 commit comments