CSS: margin when avatar hidden.
This commit is contained in:
parent
d45893a22c
commit
12b9b80871
@ -4,6 +4,7 @@
|
|||||||
.message {
|
.message {
|
||||||
&.chat-msg {
|
&.chat-msg {
|
||||||
.chat-msg__content {
|
.chat-msg__content {
|
||||||
|
margin-left: 0.5em;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -16,6 +17,10 @@
|
|||||||
.chat-msg__avatar {
|
.chat-msg__avatar {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.chat-msg__body {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user