fix: necro-post timeline style regression

main
Julian Lam 4 years ago
parent 711895b084
commit 94c108e890

@ -123,7 +123,8 @@
border-bottom: 2px solid lighten(@brand-primary, 30%); border-bottom: 2px solid lighten(@brand-primary, 30%);
} }
[component="topic/event"].timeline-event { [component="topic/event"], [component="topic/necro-post"] {
&.timeline-event {
text-align: left; text-align: left;
justify-content: left; justify-content: left;
font-size: 1em; font-size: 1em;
@ -150,4 +151,5 @@
color: rgba(127,127,127,.5); color: rgba(127,127,127,.5);
} }
} }
}
} }
Loading…
Cancel
Save