[Glitch] Improve display of lock icon in account headers

Port 30b193b856 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
th-new
Santiago Kozak 2024-01-17 13:32:30 -03:00 committed by Claire
parent 0207c4b055
commit 036e25f19d
1 changed files with 7 additions and 0 deletions

View File

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