From 6f7359f5bc32a487bdc21729c15b292ff5f9f9b9 Mon Sep 17 00:00:00 2001 From: Robin Townsend Date: Mon, 28 Nov 2022 17:16:57 -0500 Subject: [PATCH] Fix the size of the 'Private space' icon 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 9af2a364fb9..d950e6336aa 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"); }