From 3a641033cbb9605c9c05faebe8818a42336e2c50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Hanol?= Date: Sun, 17 Apr 2016 13:19:06 +0200 Subject: [PATCH] UX: fix top links & most liked by sections on mobile --- .../discourse/templates/user/summary.hbs | 8 ++++---- app/assets/stylesheets/common/base/user.scss | 13 +++---------- 2 files changed, 7 insertions(+), 14 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/user/summary.hbs b/app/assets/javascripts/discourse/templates/user/summary.hbs index 40c2fa358..b8d433a91 100644 --- a/app/assets/javascripts/discourse/templates/user/summary.hbs +++ b/app/assets/javascripts/discourse/templates/user/summary.hbs @@ -16,7 +16,7 @@
-
+

{{i18n "user.summary.top_replies"}}

{{#if model.replies.length}}
    @@ -43,7 +43,7 @@

    {{i18n "user.summary.no_replies"}}

    {{/if}}
-
+

{{i18n "user.summary.top_topics"}}

{{#if model.topics.length}}
    @@ -73,7 +73,7 @@
-