Decode incoming images
This commit is contained in:
parent
c4230b8abc
commit
dd3efe0d61
8 changed files with 15923 additions and 1381 deletions
|
|
@ -116,6 +116,10 @@ $chat-text-size: 0.7pt;
|
|||
border-radius: 10px 10px 0 10px;
|
||||
padding: 8px;
|
||||
}
|
||||
.bubble.image-bubble {
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.message {
|
||||
color: white;
|
||||
}
|
||||
|
|
@ -134,6 +138,10 @@ $chat-text-size: 0.7pt;
|
|||
border-style: solid !important;
|
||||
border-color: #cccccc !important;
|
||||
}
|
||||
.bubble.image-bubble {
|
||||
padding: 0px;
|
||||
overflow: hidden;
|
||||
}
|
||||
.avatar {
|
||||
position: absolute;
|
||||
left: -10px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue