Skip to content

Commit 6d9a6f6

Browse files
committed
UX: sidebar и иконки в шапке сайта
1 parent 772bb42 commit 6d9a6f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

resources/views/default/_block/latest-comments-tabs.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<span class="lowercase"><?= langDate($comment['comment_date']); ?></span>
1919
</div>
2020
<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) : ?>
2222
<span class="lowercase">+ <?= __('app.comment'); ?>...</span>
2323
<?php else : ?>
2424
<?= $fragment; ?>

resources/views/default/global/base-header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@
6363
<?php if (!$container->user()->active()) : ?>
6464
<div class="flex gap-max items-center">
6565
<div id="toggledark" class="gray-600">
66-
<svg class="icons">
66+
<svg class="icons icon-bold">
6767
<use xlink:href="/assets/svg/icons.svg#sun"></use>
6868
</svg>
6969
</div>

resources/views/default/global/search-header.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<?php if (!$container->user()->active()) : ?>
3030
<div class="flex gap-max items-center">
3131
<div id="toggledark" class="gray-600">
32-
<svg class="icons">
32+
<svg class="icons icon-bold">
3333
<use xlink:href="/assets/svg/icons.svg#sun"></use>
3434
</svg>
3535
</div>

0 commit comments

Comments
 (0)