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

improved emoji picker style

parent a56d357b
...@@ -90,13 +90,15 @@ ...@@ -90,13 +90,15 @@
height: 300px; height: 300px;
overflow-y: scroll; overflow-y: scroll;
h4 { h5 {
clear: left; clear: left;
} }
ul { ul {
list-style-type: none; list-style-type: none;
margin-left: -20px; margin-left: -20px;
margin-bottom: 20px;
overflow: auto;
} }
li { li {
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
.emoji-menu .emoji-menu
.emoji-menu-content .emoji-menu-content
- AwardEmoji.emoji_by_category.each do |category, emojis| - AwardEmoji.emoji_by_category.each do |category, emojis|
%h4= AwardEmoji::CATEGORIES[category] %h5= AwardEmoji::CATEGORIES[category]
%ul %ul
- emojis.each do |emoji| - emojis.each do |emoji|
%li %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