FIX: set max-width on category logo img (#18703)
This commit is contained in:
parent
7e23662a44
commit
c937b6dd36
|
@ -113,6 +113,7 @@
|
|||
|
||||
img {
|
||||
width: calc(var(--max-height) * var(--aspect-ratio));
|
||||
max-width: 100%;
|
||||
height: inherit;
|
||||
max-height: var(--max-height);
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue