Implement planner recipe detail interactions and refine dock styling
All checks were successful
Build and Deploy / build-and-push (push) Successful in 1m14s

This commit is contained in:
2026-04-10 22:05:25 +02:00
parent 8a8a4ad3fd
commit dff88b1c98
4 changed files with 210 additions and 45 deletions

View File

@@ -408,7 +408,8 @@
letter-spacing: -0.02em;
}
#recipe-search-input::placeholder,
#planner-picker-search::placeholder {
#planner-picker-search::placeholder,
#pantry-search::placeholder {
color: #beb8ae !important;
opacity: 1;
}
@@ -458,7 +459,7 @@
z-index: 30;
display: flex;
justify-content: center;
padding: 0 0.85rem calc(1.12rem + env(safe-area-inset-bottom));
padding: 0 0.85rem calc(1.58rem + env(safe-area-inset-bottom));
pointer-events: none;
}
#app-bottom-nav .bottom-dock {