chore: make the room list panel a flexbox

This commit is contained in:
Florian Duros
2025-02-27 10:49:51 +01:00
committed by R Midhun Suresh
parent 3719642250
commit 4beeffcdeb
3 changed files with 11 additions and 4 deletions

View File

@@ -6,7 +6,7 @@
*/
.mx_RoomListHeaderView {
height: 60px;
flex: 0 0 60px;
padding: 0 var(--cpd-space-3x);
.mx_RoomListHeaderView_title {

View File

@@ -7,7 +7,7 @@
.mx_RoomListSearch {
/* From figma, this should be aligned with the room header */
height: 64px;
flex: 0 0 64px;
box-sizing: border-box;
border-bottom: var(--cpd-border-width-1) solid var(--cpd-color-bg-subtle-primary);
padding: 0 var(--cpd-space-3x);