Merge branch 'master' of https://github.com/Aevann1/Drama into snow
This commit is contained in:
commit
94622c79b2
3 changed files with 6 additions and 2 deletions
|
@ -4357,6 +4357,10 @@ blockquote p {
|
|||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.emj, .emoji, .emoji-lg {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
|
||||
.offcanvas-start {
|
||||
top: 0;
|
||||
left: 0;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue