ref(chat): differentiate local and remote messages with background color
This commit is contained in:
parent
fbc7f865ec
commit
afbc622fb9
|
@ -177,7 +177,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.chatmessage {
|
.chatmessage {
|
||||||
background-color: $newToolbarBackgroundColor;
|
background-color: rgba(240, 243, 247, 0.15);
|
||||||
width: 93%;
|
width: 93%;
|
||||||
margin-left: 9px;
|
margin-left: 9px;
|
||||||
margin-right: auto;
|
margin-right: auto;
|
||||||
|
@ -188,11 +188,8 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
&.localuser {
|
&.localuser {
|
||||||
|
background-color: rgba(26, 108, 180, 1);
|
||||||
border-radius: 6px 0px 6px 6px;
|
border-radius: 6px 0px 6px 6px;
|
||||||
|
|
||||||
.display-name {
|
|
||||||
color: #4C9AFF
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.error {
|
&.error {
|
||||||
|
|
Loading…
Reference in New Issue