summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-11-02 19:50:50 +0500
committerCorey Hulen <corey@hulen.com>2016-11-02 07:50:50 -0700
commitb8fcc0a5c40a0d15db4606766d49b960e59b9bb4 (patch)
treec3ff42d2c4a7ed2c670b3fb097b09a6aef146a3d /webapp/sass/responsive
parent58cc061b3879400f5909f1bf056c44402afb4d19 (diff)
downloadchat-b8fcc0a5c40a0d15db4606766d49b960e59b9bb4.tar.gz
chat-b8fcc0a5c40a0d15db4606766d49b960e59b9bb4.tar.bz2
chat-b8fcc0a5c40a0d15db4606766d49b960e59b9bb4.zip
Multiple UI Improvements (#4420)
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss24
-rw-r--r--webapp/sass/responsive/_tablet.scss8
2 files changed, 31 insertions, 1 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 3b65f0565..cb25639c9 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -192,7 +192,11 @@
&.post--compact {
.status-wrapper {
&:after {
- bottom: 12px;
+ bottom: 3px;
+
+ .sidebar--right & {
+ bottom: 0;
+ }
}
}
}
@@ -1305,6 +1309,24 @@
}
@media screen and (max-width: 480px) {
+ .sidebar--right {
+ .post {
+ &.post--compact {
+ .post__header {
+ height: auto;
+ }
+ }
+
+ .post__header {
+ .col__name {
+ .user-popover {
+ max-width: 100%;
+ }
+ }
+ }
+ }
+ }
+
.backstage-header {
h1 {
float: none;
diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss
index 45fc4fad4..75cdf8ea9 100644
--- a/webapp/sass/responsive/_tablet.scss
+++ b/webapp/sass/responsive/_tablet.scss
@@ -1,6 +1,14 @@
@charset 'UTF-8';
@media screen and (max-width: 960px) {
+ .channel-header {
+ .search-bar__container {
+ .search__form {
+ width: 150px;
+ }
+ }
+ }
+
.signup-team__container {
&.branded {
display: block;