Fix space lock icon size (#9854)
This commit is contained in:
parent
488a08a25e
commit
2a4a7eacff
4 changed files with 11 additions and 5 deletions
|
@ -58,8 +58,10 @@ $spacePanelWidth: 68px;
|
|||
.mx_SpaceCreateMenuType_public::before {
|
||||
mask-image: url("$(res)/img/globe.svg");
|
||||
}
|
||||
|
||||
.mx_SpaceCreateMenuType_private::before {
|
||||
mask-image: url("$(res)/img/element-icons/lock.svg");
|
||||
mask-size: 18px;
|
||||
}
|
||||
|
||||
.mx_SpaceCreateMenu_back {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue