-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Center actions items (#159517) #159518
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
base: main
Are you sure you want to change the base?
Center actions items (#159517) #159518
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@@ -437,14 +437,18 @@ | |||
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions { | |||
cursor: default; | |||
flex: initial; | |||
padding: 0 8px 0 4px; | |||
padding: 0 8px 0 8px; | |||
height: 35px; | |||
} | |||
|
|||
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions .action-item { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can remove the next line below and combine it here like:
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions .action-item { | |
.monaco-workbench .part.editor > .content .editor-group-container > .title .editor-actions .action-item:not(:last-child) { |
a1077bd
to
1f4667a
Compare
Alright. It's been quite a while and the layout still needs an adjustment. Please review once again @daviddossett. Thanks. |
Resolves #159517
Before

After

Hovered (composed)
