enter.html: hero fills full height — fix empty bottom strip / single-page layout #17
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/enter-fullheight"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Removes
align-self:startfrom.brandpanel. With it, the hero was capped at100vhwhile the form column could make the grid row taller (e.g. when the sign-in error box appears), leaving an empty, slightly-different-shade strip below the hero — the "empty bottom bar." Now the hero stretches to the full row height, so both columns fill uniformly and there's no stray strip. The.panelsshared-cell already keeps the form column's height constant across the tab views, so the hero's contour/pin stay consistent; only a transient error message shifts it, which is fine.(The adjacent CSS comment still references the old
align-self:startrationale — stale but harmless; can tidy on a later pass.)One line;
node --checkon the page scripts passes.