-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
Sync icon rotation is uneven (it is wobbling) #216511
Comments
Yes, I also have seen this a lot of times! |
fyi @joaomoreno |
First time contributor here, is it cool if I work on it? |
Sure, anyone can. But I would think the fix should be in the icon itself, not some CSS rule. |
Ubuntu 22.0.4 on WSL2(Windows 10) I can't reproduce the error, I see no wobbling milkcrate-backend.TestResolver.-.Code.-.OSS.Dev.Ubuntu.2025-02-16.17-52-03.online-video-cutter.com.mp4 |
Was just looking at this and I think it's because the padding is not balanced. It has But we shouldn't naively change that to 3 and change the spacing of all items. Maybe can make it spin inside the padding instead of spinning the padding. Or just change the padding for rotating elements. cc @rebornix |
@roblourens but that would not explain why the icon looks off in the status bar, or does it? The CSS rule seems scoped to notebooks? |
This comment has been minimized.
This comment has been minimized.
Sorry for the noise, I just noticed this in a notebook and was looking around for an issue and didn't even notice that we're talking about a totally different sync icon here... Opened #243027 |
Greetings,
currently, the sync icon in the bottom bar is not rotating evenly (it is actually wobbling).
The effect can be seen here:
Before.webm
This is caused since the used text icon is not centered properly. The effect has been reproduced on both Windows and Linux versions of VSCode.
Steps to Reproduce:
The text was updated successfully, but these errors were encountered: