mirror of
https://github.com/openvk/openvk
synced 2024-11-13 10:39:24 +03:00
[FIX] Empty space on wall's header when user can't post smth
This commit is contained in:
parent
82a897b872
commit
5291fa345e
1 changed files with 2 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue