You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's a single bug. Do not report multiple bugs in one issue.
It's a frontend issue, not a backend issue; Otherwise please create an issue on the backend repo instead.
Summary
When scrolling, I want to expand images by clicking on them, but sometimes I am taken to a completely different site because it was an external link.
This happens because the two icons are WAY too similar to easily tell apart, especially since they are overlaid on the post's image.
I recommend either putting the external/image icon outside of the post's image or at least make them more different (perhaps different colors?)
Steps to Reproduce
Browse lemmy
Click on images to expand them
Sooner or later you'll mess up and end up loading a completely different site, from which you might not be able to easily come back (back button is unreliable nowadays)
Technical Details
Mostly a problem on phones where the icon is a couple millimeters wide, but also on desktop.
The little icons have a shared CSS class .mini-overlay. One thing I did was make the background opaque so they are easier to see. This example is from the custom theme RBlind-Dark.css from RBlind-Lemmy-Themes.
Remove the opacity from the mini overlay so the icons have higher contrast. Added .mini-overlay { background: var(--bs-gray-900); background-color: var(--bs-gray-900); }
Image Description: Close up on an image post and link post with the mini overlay in the top right corner and square behind the icon black.
Requirements
Summary
When scrolling, I want to expand images by clicking on them, but sometimes I am taken to a completely different site because it was an external link.
This happens because the two icons are WAY too similar to easily tell apart, especially since they are overlaid on the post's image.
I recommend either putting the external/image icon outside of the post's image or at least make them more different (perhaps different colors?)
Steps to Reproduce
Technical Details
Mostly a problem on phones where the icon is a couple millimeters wide, but also on desktop.
Lemmy Instance Version
Footer says
BE: 0.19.3
Lemmy Instance URL
https://lemmy.ml
The text was updated successfully, but these errors were encountered: