mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-28 07:14:20 +00:00
fix: force ED titlebar color for new room list (#30332)
This commit is contained in:
parent
42c718666c
commit
5b659fe2e5
@ -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;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user