diff --git a/CHANGELOG.md b/CHANGELOG.md index 572af97f..a3ea4358 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ * ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized. * Update prosody-modules (mod_muc_moderation, mod_auth_http) * Enable Prosody modules pep and vcard_legacy +* ConverseJS Peertube theme: hide avatars under 250px width instead of 576px. ## 5.2.4 diff --git a/conversejs/custom/shared/styles/_peertubetheme.scss b/conversejs/custom/shared/styles/_peertubetheme.scss index 39b9fe44..81cabe2a 100644 --- a/conversejs/custom/shared/styles/_peertubetheme.scss +++ b/conversejs/custom/shared/styles/_peertubetheme.scss @@ -118,7 +118,7 @@ } // hidding avatars when screen width is not big enough. - @media screen and (max-width: 576px) { + @media screen and (max-width: 250px) { .message { &.chat-msg { .chat-msg__content {