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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user