From 5e21cb66c4a89f48a615b07ba4e70d6f427b4bcf Mon Sep 17 00:00:00 2001 From: GitPersSiham Date: Mon, 15 Jul 2024 14:46:45 +0200 Subject: [PATCH] feat: add default images for products without image in off.html #208 --- frontend/public/off.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/frontend/public/off.html b/frontend/public/off.html index 5e5786c9..d7f24766 100644 --- a/frontend/public/off.html +++ b/frontend/public/off.html @@ -89,9 +89,7 @@ height: 144px; margin: 12px; } - .default-image { - filter: invert(.9) !important; - } + searchalicious-results::part(image) { object-fit: contain; width: 100%; @@ -456,11 +454,11 @@