Этот коммит содержится в:
Asaad Mahmood
2015-07-10 22:44:05 +05:00
родитель f433da2e5f
Коммит eab6e1360a
3 изменённых файлов: 13 добавлений и 8 удалений

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

@@ -137,7 +137,7 @@ module.exports = React.createClass({
return (
<div className="mentions--top" style={{height: height, width: width, bottom: bottom, left: left}}>
<div ref="mentionlist" className="mentions-box" style={{maxHeight: max_height, height: height, width: width}}>
<div ref="mentionlist" className="mentions-box" style={{height: height, width: width}}>
{ mentions }
</div>
</div>

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

@@ -21,10 +21,21 @@
}
.post-create__container {
margin-top: 1em;
margin-top: 10px;
.textarea-wrapper {
min-height: 100px;
}
.custom-textarea {
min-height: 100px;
}
.msg-typing {
color: #555;
float: left;
padding-top: 17px;
}
.post-create-footer {
padding-top: 10px;
}
}
}

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

@@ -27,12 +27,6 @@
margin: 3px 0 0;
}
}
.post-create__container {
margin-top: 10px;
.post-create-footer {
padding-top: 10px;
}
}
.sidebar__overlay {
width: 100%;
height: 100%;