move to npm logger, fix favicon, clan badges, user avatar
All checks were successful
Code quality checks / biome (push) Successful in 10s

This commit is contained in:
creations 2025-04-23 11:58:55 -04:00
parent 92f2280099
commit bd680ab607
Signed by: creations
GPG key ID: 8F553AA4320FC711
9 changed files with 18 additions and 222 deletions

View file

@ -222,8 +222,8 @@ body {
}
.clan-badge {
width: 50px;
height: 20px;
width: fit-content;
height: fit-content;
border-radius: 8px;
background-color: var(--card-bg);
@ -232,7 +232,7 @@ body {
align-items: center;
justify-content: center;
gap: 0.3rem;
padding: .4rem 0.5rem;
padding: .3rem .5rem;
text-align: center;
align-items: center;