yet another vertical alignment fix

This commit is contained in:
Lim Chee Aun 2023-04-08 16:52:04 +08:00
parent 1e34ce92f8
commit 4f5709a55c

View file

@ -1,9 +1,7 @@
.name-text {
color: inherit;
text-decoration: none;
display: inline-flex;
gap: 4px;
align-items: center;
display: inline;
}
.name-text.show-acct {
display: inline-block;
@ -20,4 +18,5 @@ a.name-text.short:is(:hover, :focus) i {
.name-text .avatar {
vertical-align: middle;
transform: translateY(-0.1em);
}