Feed: Little bit of posting field redesign

This commit is contained in:
veselcraft 2021-11-28 02:47:00 +03:00
parent 57e0250950
commit dd94cde0dc
No known key found for this signature in database
GPG key ID: AED66BC1AC628A4E
2 changed files with 9 additions and 4 deletions

View file

@ -14,10 +14,7 @@
{/block}
{block content}
<div>
<div class="content_title_expanded" onclick="hidePanel(this);">
{_"publish_post"}
</div>
<div class="postFeedWrapper">
{include "../components/textArea.xml", route => "/wall" . $thisUser->getId() . "/makePost"}
</div>
<br/>

View file

@ -1472,6 +1472,14 @@ body.scrolled .toTop:hover {
border-color: #cdcdcd;
}
.postFeedWrapper {
margin: -10px;
width: 611px;
padding: 4px 8px;
background-color: rgb(240, 240, 240);
border-bottom: 1px solid #ccc;
}
.user-alert {
margin-left: 8px;
margin-bottom: 8px;