fix: force ED titlebar color for new room list (#30332)

This commit is contained in:
Florian Duros 2025-07-18 15:24:19 +02:00 committed by GitHub
parent 42c718666c
commit 5b659fe2e5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;
}