mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 03:48:55 +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)
|
if(!option.fname && !option.lname && !option.icon && option.app)
|
||||||
{
|
{
|
||||||
return html`
|
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
|
// lavatar uses a size property, not a CSS variable
|
||||||
let style = getComputedStyle(this);
|
let style = getComputedStyle(this);
|
||||||
|
Loading…
Reference in New Issue
Block a user