Decode incoming images

This commit is contained in:
N-Pex 2020-11-19 17:08:58 +01:00
parent c4230b8abc
commit dd3efe0d61
8 changed files with 15923 additions and 1381 deletions

View file

@ -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;