v0.167.1: center the sidebar logo (margin: 0 auto)

.sidebar-logo was left-aligned; add auto side-margins so the 140px logo centers in
the header (desktop sidebar + mobile drawer share the element). Adds TestSidebarLogo_Centered.
This commit is contained in:
2026-07-24 13:57:48 +02:00
parent 59d182a6b9
commit d37bb1eb6a
3 changed files with 25 additions and 1 deletions
+6
View File
@@ -1,5 +1,11 @@
## Changelog
### v0.167.1 — Center the sidebar logo (2026-07-24)
CSS one-liner + test. `.sidebar-logo` gains `margin: 0 auto` so the 140px logo is horizontally
centered within the header instead of left-aligned — applies to both the desktop sidebar and the
mobile drawer (same element). Pin: `TestSidebarLogo_Centered` (red-proof verified).
### v0.167.0 — Outlined logo + favicon (Part 4, the v0.166.0 gated follow-up) (2026-07-24)
No agent coupling; MinAgent unchanged. Embedded-asset constants + one test only — no backend, no