aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2023-04-15 21:13:56 +0200
committerGravatar GitHub <noreply@github.com> 2023-04-15 21:13:56 +0200
commit789c44b50222a24c565c783dbaf53d6ae465fc1d (patch)
treec1fc9cda11c5ceacc25e2e6b39cafd0d0fd87f93 /app
parenta19b56064d74ae871abd52903778e0d5c35af896 (diff)
Improved: global view: mobile view (#5297)
* improved overlay + visible close button * duplicate of line 2109 * delete #panel .close from frss.css * set background colors in each theme * fix Ansum and Mapco theme * fix Nord theme * frss.css * only 1 scroll bar * fix the closer background in some themes * fix scrolling * fix fix
Diffstat (limited to 'app')
-rw-r--r--app/views/index/global.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/index/global.phtml b/app/views/index/global.phtml
index 09264fb65..1a307b513 100644
--- a/app/views/index/global.phtml
+++ b/app/views/index/global.phtml
@@ -85,6 +85,6 @@
<div id="overlay">
<a class="close" href="#"><?= _i('close') ?></a>
+ <div id="panel"<?= FreshRSS_Context::$user_conf->display_posts ? '' : ' class="hide_posts"' ?>>
</div>
-<div id="panel"<?= FreshRSS_Context::$user_conf->display_posts ? '' : ' class="hide_posts"' ?>>
</div>