Fix the size of the 'Private space' icon (#9638)

It's apparently been enlarged ever since 658ff4dfe6.
This commit is contained in:
Robin
2022-11-28 23:22:52 -05:00
committed by GitHub
parent 2c612d5aa1
commit 563b815108

View File

@@ -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");
}