From 98d1ce1a000214b6ee9b9405456cd33a17ef4f85 Mon Sep 17 00:00:00 2001 From: Toby Zerner Date: Fri, 20 Mar 2015 10:38:19 +1030 Subject: [PATCH] Tweak activity avatar position --- ember/app/styles/flarum/user.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ember/app/styles/flarum/user.less b/ember/app/styles/flarum/user.less index c001fd6f5..65a535ee6 100644 --- a/ember/app/styles/flarum/user.less +++ b/ember/app/styles/flarum/user.less @@ -112,7 +112,7 @@ & .activity-icon { .avatar-size(32px); float: left; - margin-left: -49px; + margin-left: -50px; .box-shadow(0 0 0 3px #fff); margin-top: -5px; }