File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
<span class="lowercase"><?= langDate ($ comment ['comment_date ' ]); ?> </span>
19
19
</div>
20
20
<a class="last-content_telo" href="<?= post_slug ($ comment ['post_id ' ], $ comment ['post_slug ' ]); ?> #comment_<?= $ comment ['comment_id ' ]; ?> ">
21
- <?php if (mb_strlen ($ fragment = fragment ($ comment ['comment_content ' ], 98 ), 'utf-8 ' ) < 5 ) : ?>
21
+ <?php if (mb_strlen ($ fragment = fragment ($ comment ['comment_content ' ], 78 ), 'utf-8 ' ) < 5 ) : ?>
22
22
<span class="lowercase">+ <?= __ ('app.comment ' ); ?> ...</span>
23
23
<?php else : ?>
24
24
<?= $ fragment ; ?>
Original file line number Diff line number Diff line change 63
63
<?php if (!$ container ->user ()->active ()) : ?>
64
64
<div class="flex gap-max items-center">
65
65
<div id="toggledark" class="gray-600">
66
- <svg class="icons">
66
+ <svg class="icons icon-bold ">
67
67
<use xlink:href="/assets/svg/icons.svg#sun"></use>
68
68
</svg>
69
69
</div>
Original file line number Diff line number Diff line change 29
29
<?php if (!$ container ->user ()->active ()) : ?>
30
30
<div class="flex gap-max items-center">
31
31
<div id="toggledark" class="gray-600">
32
- <svg class="icons">
32
+ <svg class="icons icon-bold ">
33
33
<use xlink:href="/assets/svg/icons.svg#sun"></use>
34
34
</svg>
35
35
</div>
You can’t perform that action at this time.
0 commit comments