Fix space lock icon size (#9854)

This commit is contained in:
Michael Weimann
2023-01-05 09:19:54 +01:00
committed by GitHub
parent 488a08a25e
commit 2a4a7eacff
4 changed files with 11 additions and 5 deletions

View File

@@ -38,9 +38,9 @@ $SpaceRoomViewInnerWidth: 428px;
&::before {
position: absolute;
content: "";
width: 32px;
height: 32px;
top: 24px;
width: 24px;
height: 24px;
top: 27px;
left: 20px;
mask-position: center;
mask-repeat: no-repeat;