Reorganise the views and prepare summary
All checks were successful
Build and Deploy / build-and-push (push) Successful in 23s

This commit is contained in:
2026-03-26 22:29:06 +01:00
parent d9cf61ee74
commit f80b115cae
12 changed files with 1394 additions and 484 deletions

View File

@@ -24,9 +24,12 @@
}
/* Ingredient Active States */
.ingredient-active .check-box { background-color: #111827; border-color: #111827; }
.ingredient-active .check-icon { display: block; }
.ingredient-active .ingredient-text { text-decoration: line-through; color: #9ca3af; }
.ingredient-active .check-box,
.ingredient-active .rd-check-box { background-color: #111827; border-color: #111827; }
.ingredient-active .check-icon,
.ingredient-active .rd-check-icon { display: block; }
.ingredient-active .ingredient-text,
.ingredient-active .rd-ing-text { text-decoration: line-through; color: #9ca3af; }
/* Utilities */
.no-scrollbar::-webkit-scrollbar { display: none; }