Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Tabs do not resize correctly on zoom. #137

Open
DanielFitzsimmons opened this issue Apr 14, 2022 · 1 comment
Open

Tabs do not resize correctly on zoom. #137

DanielFitzsimmons opened this issue Apr 14, 2022 · 1 comment

Comments

@DanielFitzsimmons
Copy link

Tabs do not resize correctly on zoom.
https://www.icloud.com/iclouddrive/04admHCHbksiVcFXJCe7UTZ_Q#tabs

@jdmansour
Copy link

The issue seems to be the following code in customize-ui.css:

body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container,
body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .tabs-container>.tab,
body.inline-title-bar .monaco-workbench .part.editor>.content .editor-group-container>.title .editor-actions {
    height: var(--traffic-lights-height) !important;
    line-height: var(--traffic-lights-height) !important;
}

If you comment it out with the inspector, the tabs resize properly. They don't align anymore with the window controls, but that doesn't bother me.

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

No branches or pull requests

2 participants