Align the icon to top for author byline

This commit is contained in:
Lim Chee Aun 2024-10-17 21:12:04 +08:00
parent b083468df4
commit a3474094bd

View file

@ -1995,7 +1995,11 @@ a.card:is(:hover, :focus):visited {
gap: 4px;
color: var(--text-insignificant-color);
padding: 2px 8px;
align-items: center;
align-items: flex-start;
.icon {
min-height: 1em;
}
.avatar {
width: 16px !important;