New room list: remove color gradient in space panel (#29721)

* feat: remove blur effect in space

* feat: remove user menu border and align

* test(e2e): update snapshots
This commit is contained in:
Florian Duros
2025-05-29 09:39:02 +02:00
committed by GitHub
parent ff26b9e89d
commit f85d0c95b8
7 changed files with 20 additions and 3 deletions

View File

@@ -724,9 +724,11 @@ class LoggedInView extends React.Component<IProps, IState> {
<div className="mx_LeftPanel_outerWrapper">
<LeftPanelLiveShareWarning isMinimized={shouldUseMinimizedUI || false} />
<div className={leftPanelWrapperClasses}>
<BackdropPanel blurMultiplier={0.5} backgroundImage={this.state.backgroundImage} />
{!useNewRoomList && (
<BackdropPanel blurMultiplier={0.5} backgroundImage={this.state.backgroundImage} />
)}
<SpacePanel />
<BackdropPanel backgroundImage={this.state.backgroundImage} />
{!useNewRoomList && <BackdropPanel backgroundImage={this.state.backgroundImage} />}
<div
className="mx_LeftPanel_wrapper--user"
ref={this._resizeContainer}