Merge pull request #162 from asaadmahmoodspin/master
UI Improvements for RHS
Этот коммит содержится в:
@@ -137,7 +137,7 @@ module.exports = React.createClass({
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="mentions--top" style={{height: height, width: width, bottom: bottom, left: left}}>
|
<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 }
|
{ mentions }
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,10 +21,21 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.post-create__container {
|
.post-create__container {
|
||||||
margin-top: 1em;
|
margin-top: 10px;
|
||||||
|
.textarea-wrapper {
|
||||||
|
min-height: 100px;
|
||||||
|
}
|
||||||
.custom-textarea {
|
.custom-textarea {
|
||||||
min-height: 100px;
|
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;
|
margin: 3px 0 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
.post-create__container {
|
|
||||||
margin-top: 10px;
|
|
||||||
.post-create-footer {
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.sidebar__overlay {
|
.sidebar__overlay {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user