summaryrefslogtreecommitdiffstats
path: root/webapp/sass/responsive/_mobile.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaadmahmood@users.noreply.github.com>2017-07-10 22:27:35 +0500
committerSaturnino Abril <saturnino.abril@gmail.com>2017-07-11 01:27:35 +0800
commit9a7453e20853c9fe347a17524e58a183afffcab8 (patch)
tree28aedcc11008a87669a86c271fd2e42cc02f8ce3 /webapp/sass/responsive/_mobile.scss
parente5912d4f9504590d4256777b7e94686de2588a6d (diff)
downloadchat-9a7453e20853c9fe347a17524e58a183afffcab8.tar.gz
chat-9a7453e20853c9fe347a17524e58a183afffcab8.tar.bz2
chat-9a7453e20853c9fe347a17524e58a183afffcab8.zip
Minor UI updates (#6884)
Diffstat (limited to 'webapp/sass/responsive/_mobile.scss')
-rw-r--r--webapp/sass/responsive/_mobile.scss7
1 files changed, 3 insertions, 4 deletions
diff --git a/webapp/sass/responsive/_mobile.scss b/webapp/sass/responsive/_mobile.scss
index 28b28a8f9..f48c15b16 100644
--- a/webapp/sass/responsive/_mobile.scss
+++ b/webapp/sass/responsive/_mobile.scss
@@ -1021,9 +1021,8 @@
.icon--refresh {
@include opacity(.6);
- color: $black;
- right: 30px;
- top: 15px;
+ right: 16px;
+ top: 9px;
}
.form-control {
@@ -1075,7 +1074,7 @@
}
.nav-pills__container {
- height: calc(100% - 60px);
+ height: calc(100% - 55px);
}
> div {