summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_suggestion_list.scss
diff options
context:
space:
mode:
authorAsaad Mahmood <asaad@spinpunch.com>2015-12-04 19:23:13 +0500
committerAsaad Mahmood <asaad@spinpunch.com>2015-12-04 19:23:13 +0500
commit38a0c5dd761fed5d82b26614447d238628bee6e1 (patch)
tree04ae12ae8b1d75720f22c9d381985cd8cbe51651 /web/sass-files/sass/partials/_suggestion_list.scss
parent62ee998714bbb2bcd5759ff71ed4818c62b43806 (diff)
downloadchat-38a0c5dd761fed5d82b26614447d238628bee6e1.tar.gz
chat-38a0c5dd761fed5d82b26614447d238628bee6e1.tar.bz2
chat-38a0c5dd761fed5d82b26614447d238628bee6e1.zip
Updating UI for suggestions list
Diffstat (limited to 'web/sass-files/sass/partials/_suggestion_list.scss')
-rw-r--r--web/sass-files/sass/partials/_suggestion_list.scss14
1 files changed, 8 insertions, 6 deletions
diff --git a/web/sass-files/sass/partials/_suggestion_list.scss b/web/sass-files/sass/partials/_suggestion_list.scss
index 0cf3fff5f..5e91a126d 100644
--- a/web/sass-files/sass/partials/_suggestion_list.scss
+++ b/web/sass-files/sass/partials/_suggestion_list.scss
@@ -47,17 +47,19 @@
}
.emoticon-suggestion {
+ @include clearfix;
width: 100%;
- height: 36px;
+ height: 30px;
cursor: pointer;
font-size: 13px;
- line-height: 36px;
+ line-height: 30px;
}
.emoticon-suggestion__image {
- width: 32px;
- height: 32px;
- margin-right: 6px;
- padding: 2px;
+ width: 20px;
+ height: 20px;
+ margin: 6px 6px 0 5px;
+ padding: 0;
text-align: center;
+ vertical-align: top;
}