fix tfe page: scope common.css header to body>header, fix grid width collapse, remove overflow-y clip

This commit is contained in:
Pontoporeia
2026-04-07 14:37:53 +02:00
parent 3a1cd5b43e
commit 55c6ac21b8
3 changed files with 23 additions and 18 deletions

View File

@@ -1,6 +1,10 @@
# TODO
## Done
- [x] Fix TFE page gradient bleed & layout collapse
- [x] Scope `header` nav CSS in common.css to `body > header` (prevents article `<header>` inheriting gradient)
- [x] Add `width: 100%` + `align-items: start` to `.tfe-layout` grid
- [x] Remove `overflow-y: auto` from `.tfe-main` (was clipping layout)
- [x] Redesign TFE detail page
- [x] Author moved above title (smaller body font)
- [x] Remove "← Retour" back link