fix sticker in messages

This commit is contained in:
Mathium05
2026-08-05 15:47:05 -05:00
parent cdedf50b86
commit a0b317a749
2 changed files with 1 additions and 2 deletions
+1 -1
View File
@@ -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");
-1
View File
@@ -5181,7 +5181,6 @@ img.error::after {
border-radius: 2in;
}
.stickerMArea {
padding-left: 48px;
}
.solidBackground {
background: var(--secondary-bg);