vscode-power-mode
vscode-power-mode copied to clipboard
[hotfix] combo meter top right alignment css
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
if you trun on the minimap on right side, minimap is over your combo..
if you trun on the minimap on right side, minimap is over your combo..
Thanks, I'll check back.
Hello, I've uninstalled the plugin and install again, but it's still on the top left corner
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
@slowquery Please reply to me !Please what your vscode theme
"workbench.colorTheme": "GitHub Dark Dimmed"
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.