Commit 44d8714f authored by Valery Sizov's avatar Valery Sizov

improved emoji picker style

parent a56d357b
......@@ -90,13 +90,15 @@
height: 300px;
overflow-y: scroll;
h4 {
h5 {
clear: left;
}
ul {
list-style-type: none;
margin-left: -20px;
margin-bottom: 20px;
overflow: auto;
}
li {
......
......@@ -12,7 +12,7 @@
.emoji-menu
.emoji-menu-content
- AwardEmoji.emoji_by_category.each do |category, emojis|
%h4= AwardEmoji::CATEGORIES[category]
%h5= AwardEmoji::CATEGORIES[category]
%ul
- emojis.each do |emoji|
%li
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment