From 6f902098a8fee636b04244466d77fdb6430c3468 Mon Sep 17 00:00:00 2001 From: ulfrxdev Date: Thu, 7 May 2026 19:36:30 +0200 Subject: [PATCH] Adjust filter button --- index.html | 3 ++- js/views/Filter.js | 6 +++--- js/views/Pantry.js | 30 ++++++++++++++++++++++++++---- js/views/RecipeList.js | 27 +++++++++++++++++++++++++++ 4 files changed, 58 insertions(+), 8 deletions(-) diff --git a/index.html b/index.html index 3401d8d..66b44e2 100644 --- a/index.html +++ b/index.html @@ -683,6 +683,7 @@ width: var(--recipe-inline-search-control-size, calc(var(--recipe-bottom-control-size, 3.9rem) * 0.8)); height: var(--recipe-inline-search-control-size, calc(var(--recipe-bottom-control-size, 3.9rem) * 0.8)); } + html.is-inline-search-open #recipe-filter-float-controls, html.is-inline-search-open #pantry-top-controls, html.is-inline-search-open #shopping-top-controls { opacity: 0; @@ -1280,7 +1281,7 @@