Updated anchor to be located at the hr before the post, not at the

post itself.
main
Julian Lam 9 years ago
parent 2f3a166a5b
commit df80fc067e

@ -111,6 +111,11 @@
.transition(0.75s ease-in-out opacity);
}
[component="post/anchor"] {
position: relative;
top: -20px; /* 20px used here as that is the bottom margin of the hr in between posts */
}
[component="post/upvote"], [component="post/downvote"] {
color: @gray-light;

Loading…
Cancel
Save