mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-23 19:50:40 -05:00
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:
@@ -52,6 +52,7 @@
|
||||
.comparison__image {
|
||||
image-rendering: crisp-edges;
|
||||
max-width: max-content !important;
|
||||
max-height: max-content !important;
|
||||
}
|
||||
|
||||
.comparison__figcaption {
|
||||
|
||||
Reference in New Issue
Block a user