mirror of https://gitlab.com/bashrc2/epicyon
Space
parent
84f9211c21
commit
e61a8d1e7f
|
@ -5,7 +5,7 @@
|
|||
--dropdown-bg-color: #111;
|
||||
--dropdown-bg-color-hover: #333;
|
||||
--main-bg-color-reply: #212c37;
|
||||
--main-bg-color-dm: #111;
|
||||
--main-bg-color-dm: #222;
|
||||
--main-bg-color-report: #221c27;
|
||||
--main-header-color-roles: #282237;
|
||||
--main-fg-color: #dddddd;
|
||||
|
|
|
@ -1171,7 +1171,7 @@ def individualPostAsHtml(baseDir: str, \
|
|||
|
||||
# Show a DM icon for DMs in the inbox timeline
|
||||
if showDMicon:
|
||||
titleStr=titleStr+'<img src="/icons/dm.png" class="DMicon"/>'
|
||||
titleStr=titleStr+' <img src="/icons/dm.png" class="DMicon"/>'
|
||||
|
||||
if showRepeatIcon:
|
||||
if isAnnounced:
|
||||
|
|
Loading…
Reference in New Issue