From 0f0682036c789dfbe3aedd10e14dec066ea878d2 Mon Sep 17 00:00:00 2001 From: John Livingston Date: Wed, 5 Jan 2022 20:22:33 +0100 Subject: [PATCH] ConverseJS Peertube theme: hide avatars under 250px width instead of 576px. --- CHANGELOG.md | 1 + conversejs/custom/shared/styles/_peertubetheme.scss | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 {