summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-01-04 04:23:27 +0500
committerJoram Wilander <jwawilander@gmail.com>2017-01-03 18:23:27 -0500
commitf1679cb2a0435834ae5e2e3284e686830753d06a (patch)
treeb21b024b47338ff5cd8ab67b47f7aa0cd40f24e1 /webapp/sass/responsive
parent621880569565fe0d6c015dc1a5f514bc92dac395 (diff)
downloadchat-f1679cb2a0435834ae5e2e3284e686830753d06a.tar.gz
chat-f1679cb2a0435834ae5e2e3284e686830753d06a.tar.bz2
chat-f1679cb2a0435834ae5e2e3284e686830753d06a.zip
Ui improvements (#4900)
* PLT-5091 - Updating teams sidebar style * PLT-4650 - Updating bot indicator * Removing text decoration * Fixing dropdown menu in admin console * Updating bot indicator position on desktop * Updating bot indicator on mobile * Moving bot indicator below for mobile * Adding bg to the bot indicator * Updating css for bot indicator in compact view
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss8
-rw-r--r--webapp/sass/responsive/_tablet.scss2
2 files changed, 9 insertions, 1 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 39f2b1a35..b0302afba 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -175,6 +175,14 @@
}
.post {
+ &:not(.post--compact) {
+ .bot-indicator {
+ left: 6px;
+ position: absolute;
+ top: 31px;
+ }
+ }
+
.post__dropdown {
display: inline-block;
height: 28px;
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 64b8ab6dd..5e5e6180a 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -16,7 +16,7 @@
}
.heading {
- max-width: 150px;
+ max-width: 110px;
}
}