Improve display of lock icon in account headers (#28780)

master
Santiago Kozak 2024-01-17 13:32:30 -03:00 committed by GitHub
parent 09f76c5c8d
commit 30b193b856
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -7420,6 +7420,13 @@ noscript {
span {
user-select: all;
}
.icon-lock {
height: 16px;
width: 16px;
position: relative;
top: 3px;
}
}
}
}