mirror of
https://codeberg.org/teddit/teddit.git
synced 2026-04-20 22:04:39 -04:00
#91 added preference to highlight controversial comments
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user