summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-23 09:51:20 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-23 09:51:20 -0500
commite1bcac059db0ea63338465f28b0c8e904d8dc4b8 (patch)
treed92203a85bd99b6bd8ca534bfb5e0477a8802596 /web/sass-files/sass/partials/_responsive.scss
parent5d4fd8407edfc476296a7b6ed28da581b989b264 (diff)
parent1580aa935bdb29943df2185709ec05c8914178ce (diff)
downloadchat-e1bcac059db0ea63338465f28b0c8e904d8dc4b8.tar.gz
chat-e1bcac059db0ea63338465f28b0c8e904d8dc4b8.tar.bz2
chat-e1bcac059db0ea63338465f28b0c8e904d8dc4b8.zip
Merge pull request #2224 from asaadmahmoodspin/ui-improvements
UI improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss21
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;