bugfix(#398): fixed display of small avatar (#400)

This commit is contained in:
Daniel Graf
2025-11-04 13:28:49 +01:00
committed by GitHub
parent e42e4369f8
commit e76b8f6828

View File

@@ -1570,9 +1570,15 @@ button:disabled {
width: 100%;
height: 100%;
padding-top: 10px;
font-weight: initial;
font-family: var(--serif-font);
}
.avatar.small::after {
font-size: 1.1rem;
padding: 6px 3px;
}
.avatar:not(:has(img))::after {
display: block;
}