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
@@ -50,8 +50,10 @@ limitations under the License.
}
.mx_JoinRuleDropdown_invite::before {
box-sizing: border-box;
mask-image: url("$(res)/img/element-icons/lock.svg");
mask-size: contain;
padding: 1px;
}
.mx_JoinRuleDropdown_public::before {