mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 08:34:42 +01:00
Calendar: Fix fallback icon if owner / participant has no lavatar
This commit is contained in:
parent
46af0265fa
commit
f01f84885d
@ -108,7 +108,7 @@ export class CalendarOwner extends Et2Select
|
||||
if(!option.fname && !option.lname && !option.icon && option.app)
|
||||
{
|
||||
return html`
|
||||
<et2-image src="${option.app}/navbar"></et2-image>`;
|
||||
<et2-image src="${option.app}/navbar" style="width: var(--icon-width)"></et2-image>`;
|
||||
}
|
||||
// lavatar uses a size property, not a CSS variable
|
||||
let style = getComputedStyle(this);
|
||||
|
Loading…
Reference in New Issue
Block a user