DM icon style

master
Bob Mottram 2019-08-25 19:03:19 +01:00
parent 1b927b45e7
commit 8cd6e1215f
2 changed files with 11 additions and 1 deletions

View File

@ -404,6 +404,16 @@ a:link {
transform: translateY(25%);
}
.container img.DMicon {
float: none;
width: 60px;
margin: 0 0;
padding: 0 0;
border-radius: 0;
-ms-transform: translateY(25%);
transform: translateY(25%);
}
.darker {
background-color: var(--main-bg-color-reply);
}

View File

@ -1170,7 +1170,7 @@ def individualPostAsHtml(baseDir: str, \
# Show a DM icon for DMs in the inbox timeline
if showDMicon:
titleStr='<img src="/icons/dm.png" class="announceOrReply"/>'+titleStr
titleStr='<img src="/icons/dm.png" class="DMicon"/>'+titleStr
if showRepeats:
if isAnnounced: