Recipes
-Drag a recipe onto a day to plan it
++ Tap a recipe to plan it + Drag a recipe onto a day, or tap one to pick a day +
No recipes match your search.
) : ( - filteredRecipes.map((recipe) =>diff --git a/frontend/src/components/RecipeDetailModal.tsx b/frontend/src/components/RecipeDetailModal.tsx
index e6d8b9d..c6488f7 100644
--- a/frontend/src/components/RecipeDetailModal.tsx
+++ b/frontend/src/components/RecipeDetailModal.tsx
@@ -114,7 +114,7 @@ export default function RecipeDetailModal({ recipe, onClose }: { recipe: Recipe;
className={`shrink-0 rounded p-0.5 transition ${
skipped
? "text-slate-400 dark:text-slate-500 hover:text-slate-700 dark:hover:text-slate-200"
- : "opacity-0 group-hover:opacity-100 text-slate-400 hover:text-rose-500 dark:hover:text-rose-400"
+ : "sm:opacity-0 sm:group-hover:opacity-100 text-slate-400 hover:text-rose-500 dark:hover:text-rose-400"
}`}
>
{skipped ?
{DAY_SHORT[dayIndex(date)]}
-+
{date.getDate()}
Drop recipe
++ Nothing planned + Drop recipe +
)}{recipe.name}
+Drag a recipe onto a day to plan it
++ Tap a recipe to plan it + Drag a recipe onto a day, or tap one to pick a day +
No recipes match your search.
) : ( - filteredRecipes.map((recipe) =>