mirror of
https://github.com/bwya77/vscode-dark-islands.git
synced 2026-05-09 08:25:35 +02:00
[PR #3] [CLOSED] Fix UI cut-off when Primary Sidebar is on right #94
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#94
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?
📋 Pull Request Information
Original PR: https://github.com/bwya77/vscode-dark-islands/pull/3
Author: @hezhamen
Created: 2/14/2026
Status: ❌ Closed
Base:
main← Head:fix-sidebar-right-ui📝 Commits (1)
32c06e2Fix UI cut-off when Primary Sidebar is on right📊 Changes
1 file changed (+5 additions, -5 deletions)
View changed files
📝
settings.json(+5 -5)📄 Description
Fixes #1
Changes
Updated margin settings in
settings.jsonto fix the UI cut-off issue when the Primary Sidebar is moved to the right side:.part.editor- Increased right margin from8pxto16px"margin": "8px 16px 0 8px".part.activitybar- Reduced left margin from12pxto8px"margin": "8px 20px 30px 8px"Why
When the Primary Sidebar is moved to the right, the right edge of the UI was getting cut off due to insufficient margin. These adjustments provide enough space for the sidebar while maintaining a balanced layout regardless of sidebar position.
Testing
The 16px right margin on the editor provides room for the right-positioned sidebar, while the 8px left margin on the activitybar maintains visual spacing in both configurations.
Thanks to @Chewieez for identifying this issue and providing the initial fix!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.