mirror of
https://github.com/searxng/searxng.git
synced 2025-06-03 21:54:51 -04:00
the width of #main_results #results.image-detail-open.only_template_images was set to 59.25rem. On mobile, the images overflowed on right side of the viewport, which creates a horizontal scroll. This commit set the value to min(98%, 59.25rem) whatever the max-width is.