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

Commit

Permalink
Make the background-blur always 100%
Browse files Browse the repository at this point in the history
  • Loading branch information
Dariusz Niemczyk committed Aug 23, 2021
1 parent 7dfe578 commit e8c974a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
9 changes: 2 additions & 7 deletions res/css/structures/_BackdropPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ limitations under the License.
z-index: 0;
pointer-events: none;
overflow: hidden;

&:nth-of-type(2n-1) {
opacity: 0.2;
}
&:nth-of-type(2n) {
opacity: 0.1;
}
opacity: 0.2;
width: 100%;
}
1 change: 1 addition & 0 deletions res/css/structures/_LeftPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ $roomListCollapsedWidth: 68px;
.mx_LeftPanel_wrapper {
display: flex;
max-width: 50%;
position: relative;

.mx_LeftPanel_background {

Expand Down

0 comments on commit e8c974a

Please sign in to comment.