summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_responsive.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2016-02-11 23:41:13 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2016-02-11 23:41:13 +0500
commit6bf1203581a295e82116c23bc4fe2d9d29362cf4 (patch)
treebd50dc8c703ac000a9668ae14f304bd04e71100f /web/sass-files/sass/partials/_responsive.scss
parent4ffbd3642ed8ad7961218845c7c89108c26a2737 (diff)
downloadchat-6bf1203581a295e82116c23bc4fe2d9d29362cf4.tar.gz
chat-6bf1203581a295e82116c23bc4fe2d9d29362cf4.tar.bz2
chat-6bf1203581a295e82116c23bc4fe2d9d29362cf4.zip
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;
}