style: Remove top margin from activity bar in floating panels for improved alignment

This commit is contained in:
mrleemurray
2026-07-03 12:11:54 +01:00
parent 5fc4fe208f
commit a5dfea533e

View File

@@ -156,10 +156,6 @@
padding-bottom: var(--vscode-spacing-size40);
}
.monaco-workbench.floating-panels .activitybar > .content > .composite-bar {
margin-top: var(--vscode-spacing-size20);
}
/*
* When the status bar is hidden every floating card sits directly against the window
* bottom edge. Double the bottom margin (4px → 8px) to match the doubled outer gutter