ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.
This commit is contained in:
parent
2effa8e4e9
commit
0f0682036c
@ -12,6 +12,7 @@
|
|||||||
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
|
* ConverseJS plugin livechatWindowTitlePlugin: Avoid errors when model is not initialized.
|
||||||
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
|
* Update prosody-modules (mod_muc_moderation, mod_auth_http)
|
||||||
* Enable Prosody modules pep and vcard_legacy
|
* Enable Prosody modules pep and vcard_legacy
|
||||||
|
* ConverseJS Peertube theme: hide avatars under 250px width instead of 576px.
|
||||||
|
|
||||||
## 5.2.4
|
## 5.2.4
|
||||||
|
|
||||||
|
@ -118,7 +118,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// hidding avatars when screen width is not big enough.
|
// hidding avatars when screen width is not big enough.
|
||||||
@media screen and (max-width: 576px) {
|
@media screen and (max-width: 250px) {
|
||||||
.message {
|
.message {
|
||||||
&.chat-msg {
|
&.chat-msg {
|
||||||
.chat-msg__content {
|
.chat-msg__content {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user