Fix the size of the 'Private space' icon (#9638)
It's apparently been enlarged ever since 658ff4dfe6
.
This commit is contained in:
parent
2c612d5aa1
commit
563b815108
1 changed files with 2 additions and 2 deletions
|
@ -36,8 +36,8 @@ limitations under the License.
|
|||
}
|
||||
|
||||
&.mx_RoomInfoLine_private::before {
|
||||
width: 14px;
|
||||
mask-size: 14px;
|
||||
width: 10px;
|
||||
mask-size: 10px;
|
||||
mask-image: url("$(res)/img/element-icons/lock.svg");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue