summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-11-08 19:58:32 +0500
committerHarrison Healey <harrisonmhealey@gmail.com>2016-11-08 09:58:32 -0500
commitc0a631000e20b504c8f264b5863f2c1d5e08706c (patch)
tree61f2227550eee6dd52c7a076f862ebfaf3b3ad15 /webapp/sass/responsive/_mobile.scss
parent428444d1852f3949ece0a9f6b73843f46c4a0fb7 (diff)
downloadchat-c0a631000e20b504c8f264b5863f2c1d5e08706c.tar.gz
chat-c0a631000e20b504c8f264b5863f2c1d5e08706c.tar.bz2
chat-c0a631000e20b504c8f264b5863f2c1d5e08706c.zip
PLT-4609 - Fixing list modals on mobile (#4453)
* PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import Removing Utils Removing memberlist style prop Removing blank line * Removing height code from team members modal
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index d18295dc4..6a6153469 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -9,8 +9,6 @@
}
.filtered-user-list {
- max-height: 65vh !important;
-
.filter-button {
.btn {
width: 100%;
@@ -1309,6 +1307,12 @@
.app__body {
.modal {
+ &.more-channel__modal {
+ .modal-body {
+ padding-bottom: 35px;
+ }
+ }
+
.settings-modal {
&.display--content {
.modal-body {
@@ -1318,6 +1322,7 @@
.modal-body {
max-height: 70%;
+ padding-bottom: 0;
}
.settings-table {