-
Notifications
You must be signed in to change notification settings - Fork 85
Change image placeholder vertical offset when image url is incorrect #688
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
Change image placeholder vertical offset when image url is incorrect #688
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I saw that on your video image link weirdly jumps when removing a letter from inside of it. I couldn't reproduce it, but can you re-verify please?
Screen.Recording.2025-06-03.at.10.42.15.mov
@Skalakid I think it's because I have this scroll bar setting on. I have this on main as well. Screen.Recording.2025-06-04.at.13.29.45.mov |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left 1 comment. Apart from it, everything looks fine :D
@@ -7,7 +7,7 @@ const spinnerDefaultStyles = { | |||
}; | |||
const spinnerContainerDefaultStyles = { | |||
position: 'absolute', | |||
bottom: '0', | |||
bottom: '1px', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe let's add a small comment with an explanation of this change :D
Details
Fixes image placeholder vertical offset on web when img url is incorrect.
Related Issues
Closes #687.
Manual Tests
Videos
Before
Screen.Recording.2025-06-02.at.16.22.25.mov
After
Screen.Recording.2025-06-02.at.16.21.42.mov
Linked PRs