mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-06-16 01:35:36 -04:00
5bf7caecc9
After the toolbar reshuffle the action block is now two stacked rows (Summary/More above Reply/Forward/AI), making it taller than the meta block. The mobile header rule was align-items:center, which then pulled the From:/To: rows down into the vertical middle of the header — the 'From: is in the middle' symptom. Switch to flex-start so meta sticks to the top edge where the user expects it.