Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 01eda51

Browse files
author
Dariusz Niemczyk
committed
Revert "Make the background-blur always 100%"
This reverts commit e8c974a.
1 parent e8c974a commit 01eda51

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

res/css/structures/_BackdropPanel.scss

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ limitations under the License.
3131
z-index: 0;
3232
pointer-events: none;
3333
overflow: hidden;
34-
opacity: 0.2;
35-
width: 100%;
34+
35+
&:nth-of-type(2n-1) {
36+
opacity: 0.2;
37+
}
38+
&:nth-of-type(2n) {
39+
opacity: 0.1;
40+
}
3641
}

res/css/structures/_LeftPanel.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ $roomListCollapsedWidth: 68px;
2626
.mx_LeftPanel_wrapper {
2727
display: flex;
2828
max-width: 50%;
29-
position: relative;
3029

3130
.mx_LeftPanel_background {
3231

0 commit comments

Comments
 (0)