From 5b659fe2e5628ffadebbc64428a4f58d93f88526 Mon Sep 17 00:00:00 2001 From: Florian Duros Date: Fri, 18 Jul 2025 15:24:19 +0200 Subject: [PATCH] fix: force ED titlebar color for new room list (#30332) --- res/css/structures/_LeftPanel.pcss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/css/structures/_LeftPanel.pcss b/res/css/structures/_LeftPanel.pcss index e1411f8efa..6aede8e98e 100644 --- a/res/css/structures/_LeftPanel.pcss +++ b/res/css/structures/_LeftPanel.pcss @@ -245,5 +245,6 @@ Please see LICENSE files in the repository root for full details. /* Thew new rooms list is not designed to be collapsed to just icons. */ /* 224 + 68(spaces bar) was deemed by design to be a good minimum for the left panel. */ --collapsedWidth: 224px; - background-color: var(--cpd-color-bg-canvas-default); + /* Important to force the color on ED titlebar until we remove the old room list */ + background-color: var(--cpd-color-bg-canvas-default) !important; }