recipes: fix compact card tag styling and add filter placeholder for CLS
All checks were successful
CI / update (push) Successful in 1m30s

- Fix g-tag dark mode hover text disappearing (explicit background-color)
- Scope compact card tag styles to avoid global/scoped CSS flash on load
- Add placeholder div to prevent layout shift when FilterPanel hydrates
- Improve LogicModeToggle contrast in light mode (nord4 → nord3/nord1)
- Bump compact card recipe name font-size to 1.1rem
This commit is contained in:
2026-02-16 14:30:27 +01:00
parent f900d4217d
commit c855cdd25c
5 changed files with 54 additions and 8 deletions

View File

@@ -139,6 +139,7 @@ h1{
align-items: center;
flex-wrap: wrap;
gap: 1em;
font-size: 1.1rem;
}
.tags h2,
h2.section-label{