fix: necro-post timeline style regression

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

@ -123,31 +123,33 @@
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"] {
text-align: left; &.timeline-event {
justify-content: left; text-align: left;
font-size: 1em; justify-content: left;
font-size: 1em;
.timeline-badge {
float: left; .timeline-badge {
display: flex; float: left;
align-items: center; display: flex;
justify-content: center; align-items: center;
width: 32px; justify-content: center;
height: 32px; width: 32px;
padding: 0; height: 32px;
margin-left: -17px; padding: 0;
margin-right: 17px; margin-left: -17px;
color: lighten(@brand-primary, 30%); margin-right: 17px;
background-color: @body-bg; color: lighten(@brand-primary, 30%);
border: 2px solid lighten(@brand-primary, 30%); background-color: @body-bg;
border-radius: 50%; border: 2px solid lighten(@brand-primary, 30%);
} border-radius: 50%;
}
.timeline-text { .timeline-text {
line-height: 32px; line-height: 32px;
text-transform: initial; text-transform: initial;
color: rgba(127,127,127,.5); color: rgba(127,127,127,.5);
}
} }
} }
} }
Loading…
Cancel
Save