mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-24 18:25:41 +03:00
Align the icon to top for author byline
This commit is contained in:
parent
b083468df4
commit
a3474094bd
1 changed files with 5 additions and 1 deletions
|
@ -1995,7 +1995,11 @@ a.card:is(:hover, :focus):visited {
|
||||||
gap: 4px;
|
gap: 4px;
|
||||||
color: var(--text-insignificant-color);
|
color: var(--text-insignificant-color);
|
||||||
padding: 2px 8px;
|
padding: 2px 8px;
|
||||||
align-items: center;
|
align-items: flex-start;
|
||||||
|
|
||||||
|
.icon {
|
||||||
|
min-height: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
.avatar {
|
.avatar {
|
||||||
width: 16px !important;
|
width: 16px !important;
|
||||||
|
|
Loading…
Reference in a new issue