mirror of
https://github.com/vector-im/element-web.git
synced 2024-11-16 05:04:57 +08:00
Revert "Make the background-blur always 100%"
This reverts commit e8c974a71e
.
This commit is contained in:
parent
e8c974a71e
commit
01eda5158b
@ -31,6 +31,11 @@ limitations under the License.
|
||||
z-index: 0;
|
||||
pointer-events: none;
|
||||
overflow: hidden;
|
||||
opacity: 0.2;
|
||||
width: 100%;
|
||||
|
||||
&:nth-of-type(2n-1) {
|
||||
opacity: 0.2;
|
||||
}
|
||||
&:nth-of-type(2n) {
|
||||
opacity: 0.1;
|
||||
}
|
||||
}
|
||||
|
@ -26,7 +26,6 @@ $roomListCollapsedWidth: 68px;
|
||||
.mx_LeftPanel_wrapper {
|
||||
display: flex;
|
||||
max-width: 50%;
|
||||
position: relative;
|
||||
|
||||
.mx_LeftPanel_background {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user