Merge pull request #162 from asaadmahmoodspin/master
UI Improvements for RHS
Этот коммит содержится в:
@@ -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%;
|
||||
|
||||
Ссылка в новой задаче
Block a user