diff --git a/playwright/snapshots/threads/threads.spec.ts/thread-panel-linux.png b/playwright/snapshots/threads/threads.spec.ts/thread-panel-linux.png index f0871c7625e..c42007680d9 100644 Binary files a/playwright/snapshots/threads/threads.spec.ts/thread-panel-linux.png and b/playwright/snapshots/threads/threads.spec.ts/thread-panel-linux.png differ diff --git a/res/css/views/right_panel/_ThreadPanel.pcss b/res/css/views/right_panel/_ThreadPanel.pcss index a5a6540dda3..66536a73728 100644 --- a/res/css/views/right_panel/_ThreadPanel.pcss +++ b/res/css/views/right_panel/_ThreadPanel.pcss @@ -10,11 +10,6 @@ Please see LICENSE files in the repository root for full details. height: 100px; overflow: visible; - /* Unset flex on the thread list, but not the thread view */ - &:not(.mx_ThreadView) .mx_BaseCard_header .mx_BaseCard_header_title { - flex: unset; - } - .mx_ThreadPanelHeader { height: 60px; display: flex;