iocave / customize-ui

UI Customization plugin for vscode
MIT License
526 stars 36 forks source link

Zen mode: empty space above tab bar when activity bar is on top #118

Open mitsukuri opened 2 years ago

mitsukuri commented 2 years ago

With "customizeUI.activityBar": "top" and Zen mode enabled and "zenMode.fullScreen": true, there remains an empty space above the tab bar, which seems to occupy the same height that the menu bar occupies in regular mode.

Regular: normal Zen: zen

Does not happen with "customizeUI.activityBar": "bottom" nor with "zenMode.fullScreen": false

VS Code 1.63.2 Customize UI 0.1.55

mitsukuri commented 2 years ago

Also doesn't happen at fullscreen with "customizeUI.activityBar": "top" and side bar on right.