Global: Fix lists display and CSS formatting fixes

This commit is contained in:
Maxim Leshchenko 2022-01-25 00:21:58 +02:00
parent 6e863134f2
commit 71186631f3
No known key found for this signature in database
GPG key ID: BB9C44A8733FBEEE
3 changed files with 34 additions and 34 deletions

View file

@ -11,7 +11,7 @@
{if sizeof($data) > 0} {if sizeof($data) > 0}
<div class="content" n:foreach="$data as $dat"> <div class="content" n:foreach="$data as $dat">
<table cellspacing="0" cellpadding="0"> <table>
<tbody> <tbody>
<tr> <tr>
<td valign="top"> <td valign="top">

View file

@ -29,7 +29,7 @@
{var preview = is_null($cover) ? "/assets/packages/static/openvk/img/camera_200.png" : $cover->getURL()} {var preview = is_null($cover) ? "/assets/packages/static/openvk/img/camera_200.png" : $cover->getURL()}
<a href="/album{$x->getPrettyId()}"> <a href="/album{$x->getPrettyId()}">
<img src="{$preview}" alt="{$x->getName()}" style="height: 130px;width: 170px;object-fit: cover;margin-right: 15px;" /> <img src="{$preview}" alt="{$x->getName()}" style="height: 130px; width: 170px; object-fit: cover" />
</a> </a>
{/block} {/block}