badge api

This commit is contained in:
zyqunix 2025-07-03 22:22:16 +02:00
parent 11ef9ce07e
commit f193f1e86c
No known key found for this signature in database
GPG key ID: 134A8DEEA83B80E6
4 changed files with 51 additions and 3 deletions

View file

@ -770,3 +770,19 @@ br {
#review-person:hover {
text-decoration: underline;
}
#badges {
display: flex;
padding: 3px;
background-color: var(--surface0);
border: 2px solid var(--surface1);
align-items: center;
justify-content: center;
gap: 3px;
border-radius: 8px;
margin-bottom: 10px;
}
#badges > img {
border-radius: 50%;
}