1
0
mirror of https://github.com/flarum/core.git synced 2025-08-12 03:14:33 +02:00

Add Emoji auto suggestion menu fixes flarum/core#397

Clean Up
This commit is contained in:
Sajjad Hasehmian
2016-02-01 23:17:56 +03:30
parent e9ea22d591
commit bd7a72911b
7 changed files with 736 additions and 8 deletions

View File

@@ -3,3 +3,38 @@ img.emoji {
margin: 0 .05em 0 .1em;
vertical-align: -0.3em;
}
.EmojiDropdown {
max-width: 500px;
max-height: 200px;
overflow: auto;
position: absolute;
margin: 5px 0 !important;
> li > a {
white-space: normal;
border-bottom: 0;
}
> li > a:hover {
background: none;
}
.PostPreview {
color: @text-color;
font-weight: bold;
.emoji {
margin-right: 5px;
}
}
.PostPreview-content {
overflow: hidden;
line-height: 1.7em;
display: block;
}
}
.ComposerBody-emojiWrapper {
position: relative;
}