2024-10-12 18:45:14 +00:00
|
|
|
.author-card {
|
2024-10-15 08:09:14 +00:00
|
|
|
display: inline-flex;
|
|
|
|
align-items: center;
|
|
|
|
gap: 0.5em;
|
2024-10-12 18:45:14 +00:00
|
|
|
.author-card__link {
|
2024-10-05 06:27:07 +00:00
|
|
|
text-decoration: none;
|
|
|
|
color: inherit;
|
2024-10-15 08:09:14 +00:00
|
|
|
display: contents;
|
|
|
|
&:after {
|
|
|
|
display: none; // suppress "external links" icon
|
|
|
|
}
|
2024-10-05 06:27:07 +00:00
|
|
|
}
|
2024-10-12 18:45:14 +00:00
|
|
|
&__avatar {
|
2024-10-05 06:27:07 +00:00
|
|
|
width: 3em;
|
|
|
|
border-radius: 100em;
|
|
|
|
}
|
2024-10-15 08:09:14 +00:00
|
|
|
&__name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2024-10-05 06:27:07 +00:00
|
|
|
}
|