From 563b8151087f261a0249eeb215eaf78c8aface27 Mon Sep 17 00:00:00 2001 From: Robin Date: Mon, 28 Nov 2022 23:22:52 -0500 Subject: [PATCH] Fix the size of the 'Private space' icon (#9638) It's apparently been enlarged ever since 658ff4dfe6c93ca602060133054e45e859c6f32d. --- res/css/views/rooms/_RoomInfoLine.pcss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/res/css/views/rooms/_RoomInfoLine.pcss b/res/css/views/rooms/_RoomInfoLine.pcss index 9af2a364fb..d950e6336a 100644 --- a/res/css/views/rooms/_RoomInfoLine.pcss +++ b/res/css/views/rooms/_RoomInfoLine.pcss @@ -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"); }