#91 added preference to highlight controversial comments

This commit is contained in:
juzz
2021-01-05 08:50:47 +11:00
parent 186d8facb3
commit c9b0d33faa
7 changed files with 45 additions and 6 deletions
+7
View File
@@ -640,6 +640,13 @@ footer a {
.comment .meta .created a {
color: var(--graytext);
}
.comment .meta span.controversial {
font-size: var(--sm-font);
display:inline-block;
vertical-align: baseline;
position: relative;
top: -0.4em;
}
.comment .body {
float: left;
width: 100%;