[Résolu] Problème d'affichage des images avec SearXNG

I have searched the forum for similar issues

on

This category is for issues regarding specific apps, NOT general issues with YunoHost.

on

This form is written in English :united_kingdom: but feel free to write in French :france: if you’re more comfortable!

on

What type of hardware are you using

VPS bought online

What YunoHost version are you running

YunoHost 11.2.31 (stable).

What app is this about

SearXNG

Describe your issue

Bonjour,

J’ai un souci avec SearXNG, depuis la dernière mise à jour, quand je fais une recherche d’images, ça me les affiche en grand.

Capture d’écran ci-desous :

J’ai désinstallé la dernière version et remis la version précédente, le souci n’est pas présent.
Puis, j’ai refait la mise à jour et le problème est présent avec cette dernière version.

Share relevant logs or error messages

Il n’y a pas de message d’erreur.

Can confirm that this is happening on my install as well.

Oh, okay!
I was afraid that it was only at my house, but as two other people told me that they had the same problem, I preferred to report it.

I think this will be resolved fairly quickly.

:fr:
Après une recherche sur GitHub et plusieurs solutions proposées, mais sans résultat.
J’ai fini par trouver comment résoudre ce problème (enfin, chez-moi).

Je suis allé dans :
nano /var/www/searxng/searxng-src/searx/static/themes/simple/css/searxng.min.css

J’ai recherché, avec le raccourci clavier (CTRL+W) :
.result{margin:.125rem 0 (avec .result seul, vous allez galérer)
Remplacer :
width:100%;
par
width:unset;

Enregistrer CTRL+O et fermer CTRL+X

Relancer le service :
systemctl restart uwsgi-app@searxng.service

Et voici le résultat :

Si ça peut aider


:uk:
After a search on GitHub and several proposed solutions, but without result.
I finally figured out how to fix this problem (well, at home).

I went to:
nano /var/www/searxng/searxng-src/searx/static/themes/simple/css/searxng.min.css

I searched, with the keyboard shortcut (CTRL+W):
.result{margin:.125rem 0 (with .result alone, you’re going to struggle)
Replace:
width:100%;
by
width:unset;

Save CTRL+O and close CTRL+X

Relaunch the service:
systemctl restart uwsgi-app@searxng.service

And here is the result:

If it helps

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.