Increase Threads panel header height to 64px to match Pinned Message banner (#34566)

* Increase Threads panel header height to 64px to match Pinned Messages banner

* Add test to verify Threads panel header height matches Pinned Messages banner height

* Update Threads panel screenshot to reflect recent design changes
This commit is contained in:
Prince Panchani
2026-08-07 16:50:34 +00:00
committed by GitHub
parent f6e88f4699
commit 9826a664dc
3 changed files with 46 additions and 1 deletions
@@ -11,7 +11,7 @@ Please see LICENSE files in the repository root for full details.
overflow: visible;
.mx_ThreadPanelHeader {
height: 60px;
height: 64px;
display: flex;
box-sizing: border-box;
padding: 16px;