feat: add native meal cook selector

This commit is contained in:
OpenClaw Bot
2026-05-11 23:14:15 +02:00
parent 5099155c61
commit cf099bb353
5 changed files with 56 additions and 7 deletions
+8
View File
@@ -461,3 +461,11 @@
transform: none;
}
}
.meal-card__cook {
display: inline-flex;
align-items: center;
gap: 0.25rem;
color: var(--color-text-secondary);
font-weight: 600;
}