From de4a17a1de9a07cb174c093bf5983c76aea95a39 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Wed, 15 Jul 2015 16:36:01 -0400 Subject: [PATCH] fixing status alignment --- less/topic.less | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/less/topic.less b/less/topic.less index 4741759..c7c0119 100644 --- a/less/topic.less +++ b/less/topic.less @@ -214,6 +214,10 @@ > li { position: relative; + .status { + vertical-align: -2%; + } + &.deleted { .content { .opacity(0.3);