We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fc8809 commit e5696c5Copy full SHA for e5696c5
src/pages/chat/chat.scss
@@ -94,6 +94,9 @@ page-chat {
94
.message.left{
95
.msg-content{
96
background-color: $toUserBackgroundColor;
97
+ width:auto;
98
+ float:left;
99
+ max-width:240px;
100
}
101
.msg-detail{
102
padding-left: 60px;
@@ -132,6 +135,9 @@ page-chat {
132
135
133
136
background-color: $userBackgroundColor;
134
137
color: #fff;
138
139
+ float:right;
140
141
span.triangle{
142
143
border-bottom-width: 0;
0 commit comments