[FIX] Empty space on wall's header when user can't post smth

This commit is contained in:
veselcraft 2021-01-02 08:01:28 -05:00
parent 82a897b872
commit 5291fa345e

View file

@ -7,8 +7,8 @@
</nobold>
</div>
<div>
<div class="content_subtitle">
<div n:if="$canPost" id="write" style="padding: 5px 0;" onfocusin="expand_wall_textarea();">
<div n:if="$canPost" class="content_subtitle">
<div id="write" style="padding: 5px 0;" onfocusin="expand_wall_textarea();">
<form action="/wall{$owner}/makePost" method="post" enctype="multipart/form-data" style="margin:0;">
<textarea id="wall-post-input" placeholder="{_write}" name="text" style="width: 100%;resize: none;" class="small-textarea"></textarea>
<div>