summaryrefslogtreecommitdiffstats
path: root/webapp/sass/routes/_settings.scss
diff options
context:
space:
mode:
authorHarrison Healey <harrisonmhealey@gmail.com>2017-04-27 17:11:04 -0400
committerJoram Wilander <jwawilander@gmail.com>2017-04-27 17:11:04 -0400
commit84977e002e099b0f2bb59cef6f78a4fb41568890 (patch)
tree7fe1828fe4a6d20b175d62ce13fe9c4541e3aca8 /webapp/sass/routes/_settings.scss
parentbd9acee72bb317b94498db49584dbf2b10239b79 (diff)
downloadchat-84977e002e099b0f2bb59cef6f78a4fb41568890.tar.gz
chat-84977e002e099b0f2bb59cef6f78a4fb41568890.tar.bz2
chat-84977e002e099b0f2bb59cef6f78a4fb41568890.zip
PLT-6278 Fixed not being able to open custom theme sections on iOS (#6259)
Diffstat (limited to 'webapp/sass/routes/_settings.scss')
-rw-r--r--webapp/sass/routes/_settings.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/webapp/sass/routes/_settings.scss b/webapp/sass/routes/_settings.scss
index 5b1fcdf9e..d2531339e 100644
--- a/webapp/sass/routes/_settings.scss
+++ b/webapp/sass/routes/_settings.scss
@@ -273,6 +273,10 @@
display: none;
margin: 0 20px 0 0;
padding: 20px 0 0 20px;
+
+ &.open {
+ display: block;
+ }
}
.custom-label {