summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorChristopher Speller <crspeller@gmail.com>2016-02-12 14:19:11 -0500
committerChristopher Speller <crspeller@gmail.com>2016-02-12 14:19:11 -0500
commit45dfd516aab37c1c336ac3410ee8db0d7c56d65a (patch)
treeeea835ac542594f02db1d8219a5c9d25049203ca /web/sass-files/sass/partials/_responsive.scss
parent6cb4f82ee5a17cd1d32ae19c266b78c2cfd604e6 (diff)
parent37a999ebaf30e7ce1ca00f951ed7d25e71bc5615 (diff)
downloadchat-45dfd516aab37c1c336ac3410ee8db0d7c56d65a.tar.gz
chat-45dfd516aab37c1c336ac3410ee8db0d7c56d65a.tar.bz2
chat-45dfd516aab37c1c336ac3410ee8db0d7c56d65a.zip
Merge pull request #2152 from asaadmahmoodspin/ui-fixes
Multiple UI Improvements
Diffstat (limited to 'web/sass-files/sass/partials/_responsive.scss')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 5d6cbee60..2374a9dbb 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -776,6 +776,24 @@
}
}
@media screen and (max-width: 480px) {
+ .settings-modal {
+
+ .settings-table {
+
+ .security-links {
+ margin-bottom: 10px;
+ display: block;
+
+ &:last-child {
+ margin-bottom: 0;
+ }
+
+ }
+
+ }
+
+ }
+
.tip-overlay.tip-overlay--sidebar {
min-height: 350px;
}