fix: comparison image size override

Torrent comments prevent huge image sizes, but comparison images shouldn't be restricted to this. All that's needed is to define an original image height so that it's not overrided by the max image size css in the comment styles.
This commit is contained in:
Roardom
2024-09-08 07:15:04 +00:00
parent 1bd9fbab12
commit 53b58fae9c
@@ -52,6 +52,7 @@
.comparison__image {
image-rendering: crisp-edges;
max-width: max-content !important;
max-height: max-content !important;
}
.comparison__figcaption {