Skip to content
Snippets Groups Projects
Commit 44d8714f authored by Valery Sizov's avatar Valery Sizov
Browse files

improved emoji picker style

parent a56d357b
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 {
Loading
Loading
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment