Support custom short code stickers

Issue #105.
This commit is contained in:
N-Pex 2021-04-15 11:44:58 +02:00
parent 0aa33c5300
commit da30d6899a
9 changed files with 490 additions and 3 deletions

View file

@ -197,6 +197,15 @@ $admin-fg: white;
width: 70%;
max-width: 70%;
}
.bubble.sticker-bubble {
padding: 0px;
overflow: hidden;
display: inline-block;
width: 30%;
max-width: 30%;
background-color: transparent;
border: 0px solid transparent !important;
}
.avatar {
display: inline-block;
vertical-align: top !important;
@ -261,6 +270,13 @@ $admin-fg: white;
border-radius: 10px 10px 0 10px;
}
}
.bubble.sticker-bubble {
padding: 0px;
display: inline-block;
width: 30%;
max-width: 30%;
background-color: transparent;
}
.avatar {
display: inline-block;
vertical-align: bottom !important;