From d02c5a0a10a53c962007f592b237e9236ac290ed Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 13 Jul 2016 17:48:24 -0400 Subject: [PATCH] aligned post icons better --- less/topic.less | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/less/topic.less b/less/topic.less index 04d50d7..0d518d8 100644 --- a/less/topic.less +++ b/less/topic.less @@ -115,6 +115,12 @@ .transition(0.75s ease-in-out opacity); } + [component="post/header"] { + .fa { + margin-top: 7px; + } + } + [component="post/anchor"] { position: relative; top: -20px; /* 20px used here as that is the bottom margin of the hr in between posts */