mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 12:18:42 +00:00
fix: font size of last visited text
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
354c417737
commit
2e4e850891
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user