mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +01:00
yet another vertical alignment fix
This commit is contained in:
parent
1e34ce92f8
commit
4f5709a55c
1 changed files with 2 additions and 3 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue