[GH-ISSUE #1] Moving the Primary Sidebar to the right cuts off the right side of UI #1

Closed
opened 2026-05-06 13:12:18 +02:00 by BreizhHardware · 2 comments

Originally created by @Chewieez on GitHub (Feb 14, 2026).
Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/1

If you move the Primary Sidebar to the right in VS Code, the UI is cut off on the right edge.

Image

I found I needed to make a few changes to margins. I doubled the right margin on the part editor to 16px

".part.editor": {
      "margin": "8px 16px 0 8px",

and then removed the left margin on the activity bar.

".part.activitybar": {
      "margin": "8px 20px 30px 0px",
Originally created by @Chewieez on GitHub (Feb 14, 2026). Original GitHub issue: https://github.com/bwya77/vscode-dark-islands/issues/1 If you move the Primary Sidebar to the right in VS Code, the UI is cut off on the right edge. <img width="257" height="385" alt="Image" src="https://github.com/user-attachments/assets/2b701877-7691-485d-b756-eb92fea3bc76" /> I found I needed to make a few changes to margins. I doubled the right margin on the part editor to 16px ``` ".part.editor": { "margin": "8px 16px 0 8px", ``` and then removed the left margin on the activity bar. ``` ".part.activitybar": { "margin": "8px 20px 30px 0px", ```
Author
Owner

@bwya77 commented on GitHub (Feb 15, 2026):

resolved in your PR, thanks

<!-- gh-comment-id:3903015505 --> @bwya77 commented on GitHub (Feb 15, 2026): resolved in your PR, thanks
Author
Owner

@riderx commented on GitHub (Feb 24, 2026):

@bwya77 still the case, the margin are not done the same way as left bar.

Image Image
<!-- gh-comment-id:3948246641 --> @riderx commented on GitHub (Feb 24, 2026): @bwya77 still the case, the margin are not done the same way as left bar. <img width="284" height="2604" alt="Image" src="https://github.com/user-attachments/assets/066f21a9-bb10-4ec9-9669-04596bcc91c5" /> <img width="1474" height="2060" alt="Image" src="https://github.com/user-attachments/assets/54f9bc4e-bbb0-49b4-8aa2-3a890494bde3" />
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/vscode-dark-islands#1
No description provided.