From 01eda5158b5dc6f7b8b6b84c71f3e3623b5662ba Mon Sep 17 00:00:00 2001 From: Dariusz Niemczyk Date: Mon, 23 Aug 2021 17:39:06 +0200 Subject: [PATCH] Revert "Make the background-blur always 100%" This reverts commit e8c974a71e72a64b39dbff235514ad9273e8b59d. --- res/css/structures/_BackdropPanel.scss | 9 +++++++-- res/css/structures/_LeftPanel.scss | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/res/css/structures/_BackdropPanel.scss b/res/css/structures/_BackdropPanel.scss index b14e670657..0dbab0a415 100644 --- a/res/css/structures/_BackdropPanel.scss +++ b/res/css/structures/_BackdropPanel.scss @@ -31,6 +31,11 @@ limitations under the License. z-index: 0; pointer-events: none; overflow: hidden; - opacity: 0.2; - width: 100%; + + &:nth-of-type(2n-1) { + opacity: 0.2; + } + &:nth-of-type(2n) { + opacity: 0.1; + } } diff --git a/res/css/structures/_LeftPanel.scss b/res/css/structures/_LeftPanel.scss index 767d5702db..a172b6c26b 100644 --- a/res/css/structures/_LeftPanel.scss +++ b/res/css/structures/_LeftPanel.scss @@ -26,7 +26,6 @@ $roomListCollapsedWidth: 68px; .mx_LeftPanel_wrapper { display: flex; max-width: 50%; - position: relative; .mx_LeftPanel_background {