mirror of
https://github.com/MathMan05/Fermi.git
synced 2026-08-27 22:34:17 +00:00
fix sticker in messages
This commit is contained in:
@@ -1294,7 +1294,7 @@ class Message extends SnowFlake {
|
||||
for (const sticker of this.stickers) {
|
||||
stickerArea.append(sticker.getHTML());
|
||||
}
|
||||
div.append(stickerArea);
|
||||
text.append(stickerArea);
|
||||
|
||||
if (this.poll) {
|
||||
const pollbody = document.createElement("div");
|
||||
|
||||
@@ -5181,7 +5181,6 @@ img.error::after {
|
||||
border-radius: 2in;
|
||||
}
|
||||
.stickerMArea {
|
||||
padding-left: 48px;
|
||||
}
|
||||
.solidBackground {
|
||||
background: var(--secondary-bg);
|
||||
|
||||
Reference in New Issue
Block a user