mirror of
https://github.com/discourse/discourse.git
synced 2024-11-30 04:34:13 -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: var(--max-height);
|
||||
width: calc(var(--max-height) * var(--aspect-ratio));
|
||||
max-width: 25%;
|
||||
height: auto;
|
||||
|
||||
img {
|
||||
|
Loading…
Reference in New Issue
Block a user