1
0
mirror of https://github.com/funamitech/mastodon synced 2024-11-27 14:29:03 +09:00

Fix wrong width on logo in detailed link card in web UI (#32271)

This commit is contained in:
Eugen Rochko 2024-10-07 08:53:29 +02:00 committed by GitHub
parent c40ab43dc7
commit 2c54b91dd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10628,6 +10628,7 @@ noscript {
gap: 8px;
.logo {
width: 16px;
height: 16px;
color: $darker-text-color;
}