ConverseJS theme: Fix margin when hidding avatars.
This commit is contained in:
@ -2,12 +2,20 @@
|
||||
// hidding avatars when screen width is not big enough.
|
||||
@media screen and (max-width: 576px) {
|
||||
.message {
|
||||
.chat-msg__content {
|
||||
width: 100%;
|
||||
}
|
||||
&.chat-msg {
|
||||
.chat-msg__content {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.chat-msg__avatar {
|
||||
display: none;
|
||||
&.chat-msg--followup {
|
||||
&.chat-msg--with-avatar .chat-msg__content {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
.chat-msg__avatar {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user