summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2016-10-28 21:41:05 +0500
committerCorey Hulen <corey@hulen.com>2016-10-28 09:41:05 -0700
commitfcf7d185f6ce0ff0a0719779261a487755273147 (patch)
tree51e519f3bebfdf9460d73ee6f18b5f76b2af42b9 /webapp/sass/responsive
parent87a3daf9a6469b666437b56bd32b06f5a70e0ce8 (diff)
downloadchat-fcf7d185f6ce0ff0a0719779261a487755273147.tar.gz
chat-fcf7d185f6ce0ff0a0719779261a487755273147.tar.bz2
chat-fcf7d185f6ce0ff0a0719779261a487755273147.zip
Minor UI fixes (#4372)
Diffstat (limited to 'webapp/sass/responsive')
-rw-r--r--webapp/sass/responsive/_mobile.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index d862f46c8..3b65f0565 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -619,10 +619,10 @@
.settings-content {
.section-edit {
+ padding-right: 0;
position: absolute;
+ right: 15px;
top: 14px;
- right: 0;
- padding-right: 0;
.fa {
display: inline-block;
@@ -783,7 +783,7 @@
height: 100%;
left: 0;
overflow: auto;
- padding-bottom: 140px;
+ padding: 1.4em 0 140px;
position: fixed;
top: 42px;
width: 100%;
@@ -811,7 +811,7 @@
border-bottom: 1px solid alpha-color($white, .3);
color: $white;
font-weight: 600;
- line-height: 50px;
+ line-height: 35px;
margin: 0 auto;
text-align: center;
width: 90%;