mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix huge addressbook icon
This commit is contained in:
parent
2e0e7607a0
commit
743410808a
@ -178,7 +178,7 @@ export class CalendarOwner extends Et2StaticSelectMixin(Et2Select)
|
||||
if(!option.fname && !option.lname && !option.icon && option.app)
|
||||
{
|
||||
return html`
|
||||
<et2-image src="${option.app}/navbar" style="width: var(--icon-width)"></et2-image>`;
|
||||
<et2-image src="${option.app}/navbar" style="width: var(--icon-width); display: inline-block"></et2-image>`;
|
||||
}
|
||||
// lavatar uses a size property, not a CSS variable
|
||||
let style = getComputedStyle(this);
|
||||
|
Loading…
Reference in New Issue
Block a user