aboutsummaryrefslogtreecommitdiff
path: root/app/views/feed
diff options
context:
space:
mode:
authorGravatar maTh <1645099+math-GH@users.noreply.github.com> 2024-12-26 19:05:18 +0100
committerGravatar GitHub <noreply@github.com> 2024-12-26 19:05:18 +0100
commit1d10b3697d5fa04415d36059d5e04ad71aae0b78 (patch)
tree0379c098eec5444e824a18aa4cdcc47b7d0ecdad /app/views/feed
parent84f75e487c16d98a4c1c458fa314f565bedd65cf (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/feed')
-rw-r--r--app/views/feed/contentSelectorPreview.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/feed/contentSelectorPreview.phtml b/app/views/feed/contentSelectorPreview.phtml
index 75e9bc5b6..0fc22c8ed 100644
--- a/app/views/feed/contentSelectorPreview.phtml
+++ b/app/views/feed/contentSelectorPreview.phtml
@@ -40,7 +40,7 @@
</label>
</div>
- <div class="content large">
+ <div class="content content_large">
<div dir="auto" id="freshrss_rendered_view"><?= $this->htmlContent ?></div>
<pre id="freshrss_raw_view" hidden="hidden"> <?= htmlspecialchars($this->htmlContent) ?></pre>
</div>