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

Commit e8c974a

Browse files
author
Dariusz Niemczyk
committed
Make the background-blur always 100%
1 parent 7dfe578 commit e8c974a

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

res/css/structures/_BackdropPanel.scss

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

res/css/structures/_LeftPanel.scss

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

3031
.mx_LeftPanel_background {
3132

0 commit comments

Comments
 (0)