diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index 3a208ab..2bbb9e1 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -4,6 +4,7 @@ Changelog 1.1.4 (January 22, 2024) ------------------------ - Enh: use color variables +- Fix: Remove square background from round profile image 1.1.3 (January 8, 2024) ---------------------- diff --git a/resources/humhub.vcard.popover.css b/resources/humhub.vcard.popover.css index 4f0d691..7181753 100644 --- a/resources/humhub.vcard.popover.css +++ b/resources/humhub.vcard.popover.css @@ -32,7 +32,6 @@ .vcardHeader .imageWrapper { margin: 8px; margin-right: 16px; - background-color: var(--background-color-main); padding: 2px; }