mirror of
https://github.com/openvk/openvk
synced 2025-06-07 21:00:33 +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",
|
||||
parent => $post }
|
||||
</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>
|
||||
{if isset($thisUser)}
|
||||
{var $canDelete = $post->canBeDeletedBy($thisUser)}
|
||||
|
|
Loading…
Reference in a new issue