ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.

This commit is contained in:
John Livingston 2022-01-05 20:22:33 +01:00
parent 2effa8e4e9
commit 0f0682036c
No known key found for this signature in database
GPG Key ID: B17B5640CE66CDBC
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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 {