summaryrefslogtreecommitdiffstats
path: root/web/sass-files
diff options
context:
space:
mode:
authorAsaad Mahmood <Unknowngi@live.com>2015-10-20 21:08:18 +0500
committerAsaad Mahmood <Unknowngi@live.com>2015-10-20 21:08:18 +0500
commite9fc2434fc98bf3ac9ae7b0f05609169f19d07ea (patch)
treed71fb9a82422406151417b3a883292ed046b9717 /web/sass-files
parentb28b519d32030650f3c42946e40b59da8d5dbb83 (diff)
downloadchat-e9fc2434fc98bf3ac9ae7b0f05609169f19d07ea.tar.gz
chat-e9fc2434fc98bf3ac9ae7b0f05609169f19d07ea.tar.bz2
chat-e9fc2434fc98bf3ac9ae7b0f05609169f19d07ea.zip
Updating btn-close size for direct messages on mobile devices.
Diffstat (limited to 'web/sass-files')
-rw-r--r--web/sass-files/sass/partials/_responsive.scss3
1 files changed, 3 insertions, 0 deletions
diff --git a/web/sass-files/sass/partials/_responsive.scss b/web/sass-files/sass/partials/_responsive.scss
index 71ae52635..3bffe82a2 100644
--- a/web/sass-files/sass/partials/_responsive.scss
+++ b/web/sass-files/sass/partials/_responsive.scss
@@ -645,6 +645,9 @@
}
&.has-close {
.btn-close {
+ width: 40px;
+ text-align: center;
+ right: 0;
display: block;
@include opacity(0.5);
}