diff options
| author | 2021-12-31 13:17:38 +0100 | |
|---|---|---|
| committer | 2021-12-31 13:17:38 +0100 | |
| commit | 5cac8cce7426bf8fe654bb4bebe586ffc661f68f (patch) | |
| tree | a1d64ebe30b95264ac77d1e76d9fd714ee2793e6 /app/layout/aside_feed.phtml | |
| parent | f27b25d9a685bd8cab48540c067685160535f438 (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_feed.phtml')
| -rw-r--r-- | app/layout/aside_feed.phtml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app/layout/aside_feed.phtml b/app/layout/aside_feed.phtml index cb4b7b80e..63dc28bd1 100644 --- a/app/layout/aside_feed.phtml +++ b/app/layout/aside_feed.phtml @@ -14,7 +14,7 @@ $state_filter_cat = '&state=' . $state_filter_cat; } ?> -<nav class="aside aside_feed<?= $class ?>" id="aside_feed"> +<nav class="nav aside aside_feed<?= $class ?>" id="aside_feed"> <a class="toggle_aside" href="#close"><?= _i('close') ?></a> <?php if (FreshRSS_Auth::hasAccess()) { ?> @@ -116,6 +116,7 @@ </ul> </form> </nav> +<a class="close-aside" href="#close">❌</a> <div id="first_load" class="loading"></div> <?php flush(); ?> |
