iocave / customize-ui

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

Cannot add space underneath Breadcrumb #154

Closed Moshappp closed 1 year ago

Moshappp commented 1 year ago

Breadcrumb text and the first line of code are very closely positioned which is distracting, It would be great if we could customize or add space underneath the breadcrumb or add some margin top most the code editor.

Screen Shot 2022-11-08 at 5 00 19 PM

I have tried every possible way to add margin on top of editor as well as margin under breadcrumb container by setting ".monaco-breadcrumbs", ".monaco-editor" and ".monaco-workbench .part.editor > .content .editor-group-container > .title". Results was not as expected it lead to an extra space overlaps the code as shown in the below photos

Screen Shot 2022-11-08 at 6 35 11 AM

Screen Shot 2022-11-08 at 6 34 09 AM