mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 05:29:17 -06:00
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:
parent
236c755d62
commit
cc04c86859
@ -236,7 +236,6 @@ button.dismiss-read {
|
|||||||
--max-height: 150px;
|
--max-height: 150px;
|
||||||
max-height: var(--max-height);
|
max-height: var(--max-height);
|
||||||
width: calc(var(--max-height) * var(--aspect-ratio));
|
width: calc(var(--max-height) * var(--aspect-ratio));
|
||||||
max-width: 25%;
|
|
||||||
height: auto;
|
height: auto;
|
||||||
|
|
||||||
img {
|
img {
|
||||||
|
Loading…
Reference in New Issue
Block a user