mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Merge pull request #3896 from tgxworld/fix_emoji_modal
Some fixes to Emoji modal.
This commit is contained in:
commit
069516f4b4
@ -240,7 +240,7 @@ export default Ember.Component.extend({
|
|||||||
showSelector({
|
showSelector({
|
||||||
appendTo: self.$(),
|
appendTo: self.$(),
|
||||||
container,
|
container,
|
||||||
onSelect: title => self._addText(this._getSelected(), `${title}:`)
|
onSelect: title => self._addText(self._getSelected(), `${title}:`)
|
||||||
});
|
});
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ body img.emoji {
|
|||||||
left: 50%;
|
left: 50%;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
width: 445px;
|
width: 445px;
|
||||||
height: 264px;
|
min-height: 264px;
|
||||||
margin-top: -132px;
|
margin-top: -132px;
|
||||||
margin-left: -222px;
|
margin-left: -222px;
|
||||||
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
background-color: dark-light-choose(#dadada, blend-primary-secondary(5%));
|
||||||
|
Loading…
Reference in New Issue
Block a user