Skip to content

Commit

Permalink
UX: sidebar и иконки в шапке сайта
Browse files Browse the repository at this point in the history
  • Loading branch information
evgip committed Aug 13, 2024
1 parent 772bb42 commit 6d9a6f6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion resources/views/default/_block/latest-comments-tabs.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<span class="lowercase"><?= langDate($comment['comment_date']); ?></span>
</div>
<a class="last-content_telo" href="<?= post_slug($comment['post_id'], $comment['post_slug']); ?>#comment_<?= $comment['comment_id']; ?>">
<?php if (mb_strlen($fragment = fragment($comment['comment_content'], 98), 'utf-8') < 5) : ?>
<?php if (mb_strlen($fragment = fragment($comment['comment_content'], 78), 'utf-8') < 5) : ?>
<span class="lowercase">+ <?= __('app.comment'); ?>...</span>
<?php else : ?>
<?= $fragment; ?>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/default/global/base-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<?php if (!$container->user()->active()) : ?>
<div class="flex gap-max items-center">
<div id="toggledark" class="gray-600">
<svg class="icons">
<svg class="icons icon-bold">
<use xlink:href="/assets/svg/icons.svg#sun"></use>
</svg>
</div>
Expand Down
2 changes: 1 addition & 1 deletion resources/views/default/global/search-header.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<?php if (!$container->user()->active()) : ?>
<div class="flex gap-max items-center">
<div id="toggledark" class="gray-600">
<svg class="icons">
<svg class="icons icon-bold">
<use xlink:href="/assets/svg/icons.svg#sun"></use>
</svg>
</div>
Expand Down

0 comments on commit 6d9a6f6

Please sign in to comment.