mirror of
https://github.com/openvk/openvk
synced 2025-06-07 20:34:38 +03:00
fix: add margin at post page
This commit is contained in:
parent
352cfa9831
commit
3c6ce6e22f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
||||||
model => "posts",
|
model => "posts",
|
||||||
parent => $post }
|
parent => $post }
|
||||||
</div>
|
</div>
|
||||||
<div style="float: left; min-height: 100px; width: 32%;">
|
<div style="float: left; min-height: 100px; width: 32%;padding-left: 10px;width: 30%;">
|
||||||
<h4>{_actions}</h4>
|
<h4>{_actions}</h4>
|
||||||
{if isset($thisUser)}
|
{if isset($thisUser)}
|
||||||
{var $canDelete = $post->canBeDeletedBy($thisUser)}
|
{var $canDelete = $post->canBeDeletedBy($thisUser)}
|
||||||
|
|
Loading…
Reference in a new issue