aboutsummaryrefslogtreecommitdiff
path: root/app/layout/aside_subscription.phtml
diff options
context:
space:
mode:
authorGravatar maTh <math-home@web.de> 2021-12-31 13:17:38 +0100
committerGravatar GitHub <noreply@github.com> 2021-12-31 13:17:38 +0100
commit5cac8cce7426bf8fe654bb4bebe586ffc661f68f (patch)
treea1d64ebe30b95264ac77d1e76d9fd714ee2793e6 /app/layout/aside_subscription.phtml
parentf27b25d9a685bd8cab48540c067685160535f438 (diff)
Improve: Aside slider: close slider when click on the outside of slider (#4061)
* CSS + PHTML * give some grey background * fixed whitespace * fixed RTL * close area just for mobile view
Diffstat (limited to 'app/layout/aside_subscription.phtml')
-rw-r--r--app/layout/aside_subscription.phtml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/layout/aside_subscription.phtml b/app/layout/aside_subscription.phtml
index 842d8785b..aa7857f74 100644
--- a/app/layout/aside_subscription.phtml
+++ b/app/layout/aside_subscription.phtml
@@ -35,6 +35,7 @@
</ul>
</nav>
+<a class="close-aside" href="#close">❌</a>
<nav class="nav_menu nav_mobile">
<a class="btn toggle_aside" href="#aside_feed"><?= _i('category') ?></a>
</nav>