DEV: RTL suppport

https://github.com/LibArea/libarea/issues/13
This commit is contained in:
Evg 2022-10-15 09:33:46 +03:00
parent 4e5eae1fc6
commit 1d58e383b8
2 changed files with 3 additions and 3 deletions

View file

@ -70,7 +70,7 @@ if ($blog['facet_is_deleted'] == 0) : ?>
<?php if ($data['info']) : ?>
<div class="sticky top-sm">
<div class="box bg-lightgray content-body">
<div class="box bg-lightgray img-preview">
<?= $data['info']; ?>
</div>
</div>

View file

@ -1,5 +1,5 @@
<div class="flex box box-fon">
<?= Img::image($topic['facet_img'], $topic['facet_title'], 'img-xl mr15', 'logo', 'max'); ?>
<div class="flex box box-fon gap">
<?= Img::image($topic['facet_img'], $topic['facet_title'], 'img-xl', 'logo', 'max'); ?>
<div class="flex-auto">
<h1 class="text-2xl mb-text-xl m0">
<?php if (UserData::checkAdmin() || $topic['facet_user_id'] == UserData::getUserId()) : ?>