Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minor UI issue with image preview in Style when mouse hover at the bottom #1816

Closed
GoldMath opened this issue Jan 8, 2024 · 3 comments · Fixed by #1829
Closed

Minor UI issue with image preview in Style when mouse hover at the bottom #1816

GoldMath opened this issue Jan 8, 2024 · 3 comments · Fixed by #1829
Labels
bug Something isn't working

Comments

@GoldMath
Copy link

GoldMath commented Jan 8, 2024

Describe the problem
Hi, thanks for the image preview with 2.1.861, the mouse over is a smart implantation to save space, I just noticed that at the bottom of the window the thumbnails don't dynamically move higher so it's not cutoff, see image:

Working well:
2024-01-08 21_14_46
Cutoff:
2024-01-08 21_10_30

Regards,

@mashb1t mashb1t added the bug Something isn't working label Jan 8, 2024
@poor7
Copy link

poor7 commented Jan 9, 2024

Not all images are available. for example, the Caricature style does not.

@mashb1t
Copy link
Collaborator

mashb1t commented Jan 9, 2024

Not all images are available. for example, the Caricature style does not.

This is fixed in PR #1809 (still open)

@JulienZLQ
Copy link

maby you like to try this, make the image preview, on the top of your mouse, never worry about the bottom effect, effective for both PC and mobile phones

change
transform: translate(-140px, 20px);
to
transform: translate(-64px, -156px);

like this:

截屏2024-01-10 09 22 49截屏2024-01-10 09 23 03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants