You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-12-01 09:58:03 +03:00
make backdrop closer to what is happening in production
This commit is contained in:
@@ -292,6 +292,7 @@ const SpacePanel = (props: IProps) => {
|
||||
backgroundImage={props.backgroundImage}
|
||||
width={panelDimensions?.width}
|
||||
height={panelDimensions?.height}
|
||||
opacity={.3}
|
||||
/>
|
||||
<Droppable droppableId="top-level-spaces">
|
||||
{(provided, snapshot) => (
|
||||
|
||||
Reference in New Issue
Block a user