fix: Refines badge image styling

Adjusts CSS selector for badge images to enhance layout control.
Ensures badge images maintain consistent size across different elements.
This commit is contained in:
Kumi 2024-12-06 08:22:23 +01:00
parent c702671243
commit 4479a109b3
Signed by: kumi
GPG key ID: ECBCC9082395383F

View file

@ -1317,6 +1317,6 @@ Currently blocked by implementation of comments retrieval in the backend
outline: none;
}
.badge {
.badge > img {
max-height: 1em;
}