fix: add margin at post page

This commit is contained in:
mrilyew 2025-05-24 16:47:44 +03:00 committed by Alexander Minkin
parent 352cfa9831
commit 3c6ce6e22f

View file

@ -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)}