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

[hotfix] combo meter top right alignment css #114

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

slowquery
Copy link

@slowquery slowquery commented May 11, 2024

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.

2024-05-1202-59-40-ezgif com-video-to-gif-converter (1)

related issue #113 #112

@slowquery slowquery mentioned this pull request May 11, 2024
@slowquery slowquery changed the title [hotfix] combo meter top right alignment css #133 [hotfix] combo meter top right alignment css #113 May 11, 2024
@slowquery slowquery changed the title [hotfix] combo meter top right alignment css #113 [hotfix] combo meter top right alignment css May 11, 2024
@changchanghwang
Copy link

if you trun on the minimap on right side, minimap is over your combo..

@slowquery
Copy link
Author

if you trun on the minimap on right side, minimap is over your combo..

Thanks, I'll check back.

@PatrickCLee
Copy link

Hello, I've uninstalled the plugin and install again, but it's still on the top left corner
image

@slowquery
Copy link
Author

slowquery commented May 20, 2024

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.

@IvesSSa
Copy link

IvesSSa commented Jun 6, 2024

@slowquery what your vscode theme? very beautiful

@IvesSSa
Copy link

IvesSSa commented Jun 11, 2024

@slowquery Please reply to me !Please what your vscode theme

@slowquery
Copy link
Author

@slowquery Please reply to me !Please what your vscode theme

"workbench.colorTheme": "GitHub Dark Dimmed"

My vscode theme name is "GitHub Dark Dimmed".

@ghj7211
Copy link

ghj7211 commented Aug 9, 2024

So it can't be fixed without editing the internal code as for now. That's a shame.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants