mirror of
https://github.com/microsoft/vscode.git
synced 2026-07-13 01:58:01 +01:00
Style overrides: Adjust badge positioning in activity bar for better alignment (#324937)
* style: adjust badge positioning in activity bar for better alignment * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: mrleemurray <mrleemurray@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -321,3 +321,13 @@
|
||||
.style-override.monaco-workbench .pane-composite-part > .header-or-footer > .composite-bar-container > .composite-bar > .monaco-action-bar .action-item.icon .badge.compact {
|
||||
overflow: visible;
|
||||
}
|
||||
|
||||
.style-override.monaco-workbench .activitybar > .content :not(.monaco-menu) > .monaco-action-bar .badge .badge-content {
|
||||
top: 26px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
.style-override.monaco-workbench .activitybar.compact > .content :not(.monaco-menu) > .monaco-action-bar .badge .badge-content {
|
||||
top: 17px;
|
||||
right: 2px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user