summaryrefslogtreecommitdiffstats
path: root/web/sass-files/sass/partials/_suggestion_list.scss
diff options
context:
space:
mode:
authorCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
committerCorey Hulen <corey@hulen.com>2015-12-04 08:48:11 -0800
commit1d67f26664f8cf98f52433ef8b081b6fb485eadb (patch)
tree04ae12ae8b1d75720f22c9d381985cd8cbe51651 /web/sass-files/sass/partials/_suggestion_list.scss
parent622fbc67402fe36bc01163a5a80643a15758e094 (diff)
parent38a0c5dd761fed5d82b26614447d238628bee6e1 (diff)
downloadchat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.gz
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.tar.bz2
chat-1d67f26664f8cf98f52433ef8b081b6fb485eadb.zip
Merge pull request #1617 from asaadmahmoodspin/ui-improvements
Multiple UI Improvements
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;
}