From 1580aa935bdb29943df2185709ec05c8914178ce Mon Sep 17 00:00:00 2001 From: Asaad Mahmood Date: Tue, 23 Feb 2016 18:36:55 +0500 Subject: UI improvements --- web/sass-files/sass/partials/_responsive.scss | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials') diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss index 1a8e3f374..b724b8ced 100644 --- a/web/sass-files/sass/partials/_responsive.scss +++ b/web/sass-files/sass/partials/_responsive.scss @@ -118,6 +118,12 @@ .comment-icon__container { visibility: visible; + display: none; + + &.icon--show { + display: inline-block; + } + } .post-list__content & { @@ -610,8 +616,21 @@ top: 13px; } .team__header { - display: none; @include clearfix; + pointer-events: none; + + .user__name { + display: none; + } + + .team__name { + margin: 10px 0; + } + + .navbar-right { + display: none; + } + } .search__form { display: block; -- cgit v1.2.3-1-g7c22