diff options
Diffstat (limited to 'app/views/stats/idle.phtml')
| -rw-r--r-- | app/views/stats/idle.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/stats/idle.phtml b/app/views/stats/idle.phtml index a88dbeb8a..113bb9d1d 100644 --- a/app/views/stats/idle.phtml +++ b/app/views/stats/idle.phtml @@ -21,8 +21,8 @@ $nothing = false; ?> <div class="box"> - <div class="box-title"><?= _t('gen.date.' . $period) ?></div> - <ul class="box-content"> + <div class="box-title"><h2><?= _t('gen.date.' . $period) ?></h2></div> + <ul class="box-content scrollbar-thin"> <?php foreach ($feedsInPeriod as $feedInPeriod) { $feed = $this->feeds[$feedInPeriod['id']] ?? null; |
