UX: do not restrict width of category image, only height

This was a recent visual regression which caused a fair amount of pain.
Previously we only restricted height
This commit is contained in:
Sam 2018-12-03 09:35:16 +11:00
parent 236c755d62
commit cc04c86859

View File

@ -236,7 +236,6 @@ button.dismiss-read {
--max-height: 150px;
max-height: var(--max-height);
width: calc(var(--max-height) * var(--aspect-ratio));
max-width: 25%;
height: auto;
img {