Implement share functionality in RecipeCard component to enable image downloads. Adjust recipe indicator position in CSS for improved layout.

This commit is contained in:
Will Miao
2025-03-17 06:10:43 +08:00
parent 3f38764a0e
commit b0a8b0cc6f
2 changed files with 30 additions and 3 deletions

View File

@@ -44,7 +44,7 @@
.recipe-indicator {
position: absolute;
top: 8px;
top: 6px;
left: 8px;
width: 24px;
height: 24px;