Merge branch 'master' of https://github.com/Aevann1/Drama into snow

This commit is contained in:
Aevann1 2021-12-14 04:09:18 +02:00
commit 94622c79b2
3 changed files with 6 additions and 2 deletions

View file

@ -4357,6 +4357,10 @@ blockquote p {
overflow-y: auto;
}
.emj, .emoji, .emoji-lg {
max-width: 100% !important;
}
.offcanvas-start {
top: 0;
left: 0;

View file

@ -297,7 +297,7 @@ class Comment(Base):
return data
data["author"]=self.author.json_core
data["post"]=self.post.json_core
data["post"]=self.post.json_core if self.post else ''
if self.level >= 2:
data["parent"]=self.parent.json_core

View file

@ -140,7 +140,7 @@ elif SITE == "pcmemes.net":
LONGPOSTBOT_ID = 1832
ZOZBOT_ID = 1833
AUTOPOLLER_ID = 3369
AUTOBETTER_ID = 0
AUTOBETTER_ID = 1867
TAX_RECEIVER_ID = 1592
PIZZA_SHILL_ID = 0
IDIO_ID = 0