Fix image when too smol (#3138)

This commit is contained in:
Firstyear 2024-10-23 17:11:12 +10:00 committed by GitHub
parent bbe9ad1a06
commit ccb3848b88
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -261,6 +261,7 @@ body {
.oauth2-img {
max-width: 150px;
max-height: 150px;
min-height: 150px;
}
#graph-container svg {