master
Bob Mottram 2019-08-25 19:23:12 +01:00
parent 84f9211c21
commit e61a8d1e7f
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -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: