From acf6c27c650f83a784f565d20a281048cdbf6428 Mon Sep 17 00:00:00 2001 From: Arpit Jalan Date: Wed, 3 Jun 2015 12:29:30 +0530 Subject: [PATCH] UX: show category badge underneath title in user stream --- app/assets/javascripts/discourse/templates/user/stream.hbs | 2 +- app/assets/stylesheets/desktop/user.scss | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/app/assets/javascripts/discourse/templates/user/stream.hbs b/app/assets/javascripts/discourse/templates/user/stream.hbs index 8955e5cdc..0637feec4 100644 --- a/app/assets/javascripts/discourse/templates/user/stream.hbs +++ b/app/assets/javascripts/discourse/templates/user/stream.hbs @@ -7,7 +7,7 @@ {{unbound item.title}} - {{category-link item.category}} +
{{category-link item.category}}

{{{unbound item.excerpt}}}

{{#each child in item.children}} diff --git a/app/assets/stylesheets/desktop/user.scss b/app/assets/stylesheets/desktop/user.scss index 8cf106967..fc26148d3 100644 --- a/app/assets/stylesheets/desktop/user.scss +++ b/app/assets/stylesheets/desktop/user.scss @@ -402,9 +402,6 @@ .user-stream { - .category { - margin-left: 3px; - } .excerpt { margin: 5px 0; font-size: 0.929em;