Make room clipping list mask softer
This commit is contained in:
parent
d136d02f5e
commit
9007653ec6
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ limitations under the License.
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
mask-image: linear-gradient(0deg, transparent, black 3px)
|
||||
mask-image: linear-gradient(0deg, transparent, black 4px)
|
||||
}
|
||||
|
||||
.mx_RoomSublist2_resizerHandles_showNButton {
|
||||
|
|
Loading…
Reference in a new issue