mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-29 08:09:55 -04:00
Merge pull request #3896 from tgxworld/fix_emoji_modal
Some fixes to Emoji modal.
This commit is contained in:
commit
069516f4b4
2 changed files with 2 additions and 2 deletions
app/assets
|
@ -240,7 +240,7 @@ export default Ember.Component.extend({
|
|||
showSelector({
|
||||
appendTo: self.$(),
|
||||
container,
|
||||
onSelect: title => self._addText(this._getSelected(), `${title}:`)
|
||||
onSelect: title => self._addText(self._getSelected(), `${title}:`)
|
||||
});
|
||||
return "";
|
||||
}
|
||||
|
|
|
@ -14,7 +14,7 @@ body img.emoji {
|
|||
left: 50%;
|
||||
top: 50%;
|
||||
width: 445px;
|
||||
height: 264px;
|
||||
min-height: 264px;
|
||||
margin-top: -132px;
|
||||
margin-left: -222px;
|
||||
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
||||
|
|
Loading…
Add table
Reference in a new issue