This repository has been archived by the owner on Jul 16, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 37
Activity Bar icons are no longer centered when position is set to wide
?
#94
Comments
I've had the same problem. A quick work-around is to fix this with some custom CSS. This in your "customizeUI.stylesheet": {
".monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .action-item .action-label": "margin: 0 auto;"
} |
@lehni, that's a great fix, thank you. Previously, I was using this, but I didn't like the hardcoded pixels.
In any case, I would love to not rely on a custom stylesheet! |
thank you very much for this fix, I've trying to fix this for hours |
PRs would be welcome :) |
I don't have the time to look into the code base, the work-around works for me… But it should be easy to adjust. |
I just add this, so you can move window when workbench is empty (no tabs). "customizeUI.stylesheet": {
".monaco-workbench .part.editor > .content .editor-group-container.empty.active": "-webkit-app-region: drag;"
} |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
See here:
The text was updated successfully, but these errors were encountered: