mirror of
https://github.com/element-hq/element-web
synced 2024-11-26 11:15:53 +03:00
Make the background-blur always 100%
This commit is contained in:
parent
7dfe57833a
commit
e8c974a71e
2 changed files with 3 additions and 7 deletions
|
@ -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%;
|
||||
}
|
||||
|
|
|
@ -26,6 +26,7 @@ $roomListCollapsedWidth: 68px;
|
|||
.mx_LeftPanel_wrapper {
|
||||
display: flex;
|
||||
max-width: 50%;
|
||||
position: relative;
|
||||
|
||||
.mx_LeftPanel_background {
|
||||
|
||||
|
|
Loading…
Reference in a new issue