From 0fc006096612174821db901840dabd20190074e2 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Tue, 17 May 2022 23:31:24 +0200 Subject: Fix slider when no article (#4375) * Fix slider when no article #fix https://github.com/FreshRSS/FreshRSS/issues/4373 https://github.com/FreshRSS/FreshRSS/pull/4291 * Use aside * Forgotten Co-authored-by: maTh --- app/views/configure/queries.phtml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'app/views/configure') diff --git a/app/views/configure/queries.phtml b/app/views/configure/queries.phtml index 5cd7656c2..227acc777 100644 --- a/app/views/configure/queries.phtml +++ b/app/views/configure/queries.phtml @@ -59,16 +59,16 @@ + - displaySlider ? ' active' : ''; ?> - - - -
+displaySlider ? ' active' : ''; ?> + + + +
- + -- cgit v1.2.3