mirror of https://gitlab.com/bashrc2/epicyon
DM icon style
parent
1b927b45e7
commit
8cd6e1215f
|
@ -404,6 +404,16 @@ a:link {
|
||||||
transform: translateY(25%);
|
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 {
|
.darker {
|
||||||
background-color: var(--main-bg-color-reply);
|
background-color: var(--main-bg-color-reply);
|
||||||
}
|
}
|
||||||
|
|
|
@ -1170,7 +1170,7 @@ def individualPostAsHtml(baseDir: str, \
|
||||||
|
|
||||||
# Show a DM icon for DMs in the inbox timeline
|
# Show a DM icon for DMs in the inbox timeline
|
||||||
if showDMicon:
|
if showDMicon:
|
||||||
titleStr='<img src="/icons/dm.png" class="announceOrReply"/>'+titleStr
|
titleStr='<img src="/icons/dm.png" class="DMicon"/>'+titleStr
|
||||||
|
|
||||||
if showRepeats:
|
if showRepeats:
|
||||||
if isAnnounced:
|
if isAnnounced:
|
||||||
|
|
Loading…
Reference in New Issue