Fix the size of the 'Private space' icon (#9638)
It's apparently been enlarged ever since 658ff4dfe6
.
pull/28217/head
parent
2c612d5aa1
commit
563b815108
|
@ -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 New Issue