[PR #49] Fix activity bar icon spacing and editor/sidebar overlap #104

Open
opened 2026-05-06 13:13:22 +02:00 by BreizhHardware · 0 comments

📋 Pull Request Information

Original PR: https://github.com/bwya77/vscode-dark-islands/pull/49
Author: @Dhanushtummala
Created: 2/16/2026
Status: 🔄 Open

Base: mainHead: fix/activity-bar-spacing


📝 Commits (1)

  • 7410183 Fix activity bar icon spacing and editor/sidebar overlap

📊 Changes

1 file changed (+7 additions, -4 deletions)

View changed files

📝 settings.json (+7 -4)

📄 Description

Summary

  • Increase editor left margin (8px20px) to prevent overlap with activity bar island when sidebar is collapsed
  • Reduce sidebar right margin (8px0) to prevent excessive gap between sidebar and editor islands when sidebar is expanded
  • Add gap: 6px and margin-top/bottom: 4px to activity bar icons for proper vertical spacing

Fixes #16

Test plan

  • Collapse sidebar — verify activity bar and editor islands don't overlap
  • Expand sidebar — verify no excessive gap between sidebar and editor
  • Check activity bar icons have even vertical spacing

🤖 Generated with Claude Code


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/bwya77/vscode-dark-islands/pull/49 **Author:** [@Dhanushtummala](https://github.com/Dhanushtummala) **Created:** 2/16/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/activity-bar-spacing` --- ### 📝 Commits (1) - [`7410183`](https://github.com/bwya77/vscode-dark-islands/commit/7410183a79bb2509d90b48ed6ba6707480afffe6) Fix activity bar icon spacing and editor/sidebar overlap ### 📊 Changes **1 file changed** (+7 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `settings.json` (+7 -4) </details> ### 📄 Description ## Summary - Increase editor left margin (`8px` → `20px`) to prevent overlap with activity bar island when sidebar is collapsed - Reduce sidebar right margin (`8px` → `0`) to prevent excessive gap between sidebar and editor islands when sidebar is expanded - Add `gap: 6px` and `margin-top/bottom: 4px` to activity bar icons for proper vertical spacing Fixes #16 ## Test plan - [x] Collapse sidebar — verify activity bar and editor islands don't overlap - [x] Expand sidebar — verify no excessive gap between sidebar and editor - [x] Check activity bar icons have even vertical spacing 🤖 Generated with [Claude Code](https://claude.com/claude-code) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
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#104
No description provided.