mirror of
https://github.com/openvk/openvk
synced 2024-11-11 01:19:53 +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>
|
</nobold>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="content_subtitle">
|
<div n:if="$canPost" class="content_subtitle">
|
||||||
<div n:if="$canPost" id="write" style="padding: 5px 0;" onfocusin="expand_wall_textarea();">
|
<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;">
|
<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>
|
<textarea id="wall-post-input" placeholder="{_write}" name="text" style="width: 100%;resize: none;" class="small-textarea"></textarea>
|
||||||
<div>
|
<div>
|
||||||
|
|
Loading…
Reference in a new issue