mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[GH-ISSUE #26] Bug: Editor tabs overlapping with floating header on Linux #19
Labels
No labels
bug
bug
duplicate
enhancement
enhancement
Missing Info
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vscode-dark-islands#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @abubakar508 on GitHub (Feb 16, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/26
When using the theme configuration on Linux, the custom floating search/title bar overlaps with the editor tabs. This makes the top portion of the editor content and the tab bar inaccessible or invisible.
Below is the suggested code update:
/* Update this section in the theme's CSS/JSON config */ ".monaco-workbench .part.editor > .content": { /*Choose between 10 to 20px as per your preffered top padding, specifically on linux */ "padding-top": "20px !important" }@bwya77 commented on GitHub (Feb 19, 2026):
Resolved in v0.0.2