Improving mentions list and other UI improvements

Этот коммит содержится в:
Asaad Mahmood
2015-07-10 02:38:19 +05:00
родитель 763618ef36
Коммит 53d0420e24
7 изменённых файлов: 66 добавлений и 37 удалений

Просмотреть файл

@@ -129,7 +129,7 @@ module.exports = React.createClass({
if (numMentions < 1) return (<div/>);
var height = (numMentions*37) + 2;
var height = (numMentions*36) + 4;
var width = $('#'+this.props.id).parent().width();
var bottom = $(window).height() - $('#'+this.props.id).offset().top;
var left = $('#'+this.props.id).offset().left;