Coda

Results 27 comments of Coda

A very hacky workaround for uBlock users: add a custom filter rule `#dropzone`, so the thing won't bother you.

Just a small note, Bazzite has [included](https://github.com/search?q=repo%3Aublue-os%2Fbazzite%20fcitx5&type=code) some fcitx5 packages, it might be better practice to include them in the main image for a more consistent experience in all Universal...

For [basic installation](https://fcitx-im.org/wiki/Install_Fcitx_5), `fcitx5`, `fcitx5-qt`, `fcitx5-gtk` and `fcitx5-configtool` should be enough, `kcm-fcitx5` is important to KDE users because it provides integrated settings and dynamic Plasma themes. Not sure about GNOME...

Just for the reference :) It seems that this issue should be converted to a feature request. > When GtS reencodes images to create thumbnails, it creates the thumbnails in...

Thank you for your reply, but I was not talking about the left side is truncated, but the bottom, like the `org` in `developer.mozilla.org` in my screenshot. Edit: For me...

> Strange .. I also using FF 126.0.1 but can't reproduce the issue. Well I tried to install a new FF and still the same, 127.0.1 (64-bit) archlinux

Like I described in the issue, delete `overflow: hidden;` can make it be normal because part of link overflow the flex box. ![image](https://github.com/searxng/searxng/assets/63153334/140b6f48-0291-4b5e-98d2-1148127382fc) ```css .result .url_wrapper { display: flex; font-size:...

Thanks for the quick fix, I've tested it and I found some issues. As in the screenshot, the `https://www.techtarget.com` works well but the `g` in `searchnetworking › definition › URL`...

Thanks again. Removing `overflow: hidden` from .`url_o2` did fix the problem, but also broke the truncation of too long URL. ![image](https://github.com/searxng/searxng/assets/63153334/9a1e5ad1-c5e8-4018-bf2b-ace6f96f9f8d)

I should've told you that I've tried to mess around with `overflow-y: hidden;` but it didn't work as expected, it still looks like this...very strange ![image](https://github.com/searxng/searxng/assets/63153334/7f61c35f-4e0c-4376-a90c-117f1de0cccf) Edit: it should be...