Skip to content
This repository was archived by the owner on Sep 11, 2024. It is now read-only.

Commit 563b815

Browse files
authored
Fix the size of the 'Private space' icon (#9638)
It's apparently been enlarged ever since 658ff4d.
1 parent 2c612d5 commit 563b815

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

res/css/views/rooms/_RoomInfoLine.pcss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ limitations under the License.
3636
}
3737

3838
&.mx_RoomInfoLine_private::before {
39-
width: 14px;
40-
mask-size: 14px;
39+
width: 10px;
40+
mask-size: 10px;
4141
mask-image: url("$(res)/img/element-icons/lock.svg");
4242
}
4343

0 commit comments

Comments
 (0)