mirror of
https://github.com/nesquena/hermes-webui.git
synced 2026-05-23 19:00:14 +00:00
945e7af751
Earlier in this branch I'd reduced .panel-header > span:first-child to flex-shrink:1 thinking it would let heading + chip fit better at the default 300px panel width. That broke test_workspace_label_shrinks_with_ellipsis which pins the git-badge:3 > label:2 > icons:0 shrink hierarchy as load-bearing (git badge collapses first, label second, icons never). The chip-on-narrow-panel concern is now addressed by the @container query that hides the chip entirely below 420px container width — the heading no longer competes with the chip for horizontal space, so flex-shrink:2 is fine again.