diff options
Diffstat (limited to 'web')
-rw-r--r-- | web/sass-files/sass/partials/_responsive.scss | 21 |
1 files changed, 20 insertions, 1 deletions
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; |