From 5457d19e12ffc7b67e9ba98da440325b0d2dccf5 Mon Sep 17 00:00:00 2001 From: OldHawk Date: Thu, 16 Nov 2017 14:09:41 +0800 Subject: [PATCH] feat(forums): big size avatar for forum topics and replies --- modules/forums/client/less/forum.less | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/modules/forums/client/less/forum.less b/modules/forums/client/less/forum.less index 78142d50..05816230 100644 --- a/modules/forums/client/less/forum.less +++ b/modules/forums/client/less/forum.less @@ -327,6 +327,7 @@ background-color: #fff; border: 1px solid #d1d5da; border-radius: 3px; + margin-left: 25px; @media (min-width: @screen-sm-min) { margin-left: 40px; } @@ -512,8 +513,8 @@ height: 86px; width: 86px; @media (max-width: @screen-xs-max) { - height: 44px; - width: 44px; + height: 70px; + width: 70px; } } }