-
Notifications
You must be signed in to change notification settings - Fork 89
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
[hotfix] combo meter top right alignment css #114
base: master
Are you sure you want to change the base?
Conversation
if you trun on the minimap on right side, minimap is over your combo.. |
Thanks, I'll check back. |
As the version of vscode is updated, it depends on the width of the span tag at the top line of the editor code. We confirmed that if the width of the tag is set to the full width pixel value of the activated editor, it operates the same as the previous version. I tried hard, but since the main UI cannot be modified in the extension, I realized that it was impossible unless I directly modified the CSS. If you set the width option to the inherit value in the selector ".monaco-editor .lines-content>.view-lines>.view-line>span" in workbench.desktop.main.css inside vscode, the existing behavior will be maintained. We will do more research to see if there is another way. |
@slowquery what your vscode theme? very beautiful |
@slowquery Please reply to me !Please what your vscode theme |
My vscode theme name is "GitHub Dark Dimmed". |
So it can't be fixed without editing the internal code as for now. That's a shame. |
combo meter show left issue fix
Recently, the combo was skewed to the left, and I had a problem covering my code.
I modified the css so that I can fix the combo to the top right.
It worked for me.
related issue #113 #112