diff options
| author | 2024-12-26 19:05:18 +0100 | |
|---|---|---|
| committer | 2024-12-26 19:05:18 +0100 | |
| commit | 1d10b3697d5fa04415d36059d5e04ad71aae0b78 (patch) | |
| tree | 0379c098eec5444e824a18aa4cdcc47b7d0ecdad /app/views/index/normal.phtml | |
| parent | 84f75e487c16d98a4c1c458fa314f565bedd65cf (diff) | |
new: reader view: footer has manage icons (#7133)
* add footer
* rename content thin medium large class
* rework css
* footer improved
Diffstat (limited to 'app/views/index/normal.phtml')
| -rw-r--r-- | app/views/index/normal.phtml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/normal.phtml b/app/views/index/normal.phtml index fc242ae0f..38ce30276 100644 --- a/app/views/index/normal.phtml +++ b/app/views/index/normal.phtml @@ -96,7 +96,7 @@ $today = @strtotime('today'); throw new Exception('Unexpected side effect!'); // Should never occur. Only for PHPStan } ?><article class="flux_content" dir="auto"> - <div class="content <?= FreshRSS_Context::userConf()->content_width ?>"> + <div class="content content_<?= FreshRSS_Context::userConf()->content_width ?>"> <header> <?php if (FreshRSS_Context::userConf()->show_feed_name === 't') { ?> <div class="website"><a href="<?= _url('index', 'index', 'get', 'f_' . $this->feed->id()) ?>" title="<?= _t('gen.action.filter') ?>"> |
