fix: font size of last visited text
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Baoshuo Ren 2022-10-05 10:58:05 +08:00
parent 354c417737
commit 2e4e850891
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

View File

@ -149,7 +149,7 @@ function fTime($time, $gran = -1) {
<?= UOJLocale::get('offline') ?>
</span>
<?php if ($last_visited > 0): ?>
<span class="text-muted">
<span class="text-muted small">
, <?= UOJLocale::get('last active at') ?>
<?= fTime($last_visited, 0) ?>
</span>