FIX: set max-width on category logo img (#18703)

This commit is contained in:
Kris 2022-10-21 12:01:26 -04:00 committed by GitHub
parent 7e23662a44
commit c937b6dd36
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -113,6 +113,7 @@
img {
width: calc(var(--max-height) * var(--aspect-ratio));
max-width: 100%;
height: inherit;
max-height: var(--max-height);
}

View File

@ -417,9 +417,6 @@ tr.category-topic-link {
.category-logo.aspect-image {
display: block;
margin: 1.5em 0 1em;
img {
max-width: 100%;
}
}
button.dismiss-read {