Make the background-blur always 100%

pull/21833/head
Dariusz Niemczyk 2021-08-23 17:30:02 +02:00
parent 7dfe57833a
commit e8c974a71e
No known key found for this signature in database
GPG Key ID: 3E8DC619E3C59A05
2 changed files with 3 additions and 7 deletions

View File

@ -31,11 +31,6 @@ limitations under the License.
z-index: 0; z-index: 0;
pointer-events: none; pointer-events: none;
overflow: hidden; overflow: hidden;
&:nth-of-type(2n-1) {
opacity: 0.2; opacity: 0.2;
} width: 100%;
&:nth-of-type(2n) {
opacity: 0.1;
}
} }

View File

@ -26,6 +26,7 @@ $roomListCollapsedWidth: 68px;
.mx_LeftPanel_wrapper { .mx_LeftPanel_wrapper {
display: flex; display: flex;
max-width: 50%; max-width: 50%;
position: relative;
.mx_LeftPanel_background { .mx_LeftPanel_background {