- Shipped
- August 4, 2026 at 4:33 PM UTC
- Author
- kamo
- Commit
- 833e7ad
The Chats sub-tabs have no shadow of their own — the soft edge under the tab strip is the panel's 16px top scroll scrim, which lands on them because they render inside the scrolling pane. The Directory filter sat above that wrapper, so the scrim fell below it instead and the two rows read differently. Move the filter inside the scrim wrapper, above the scroller (wrapper becomes a column flex, scroller takes flex:1), so the same scrim falls across it. One shadow, one mechanism, both panes identical — rather than a second gradient painted on to imitate the first.