style: adjust padding in changes view and CI status widget for improved layout

This commit is contained in:
mrleemurray
2026-03-27 13:53:50 +00:00
parent c7837d3cfb
commit 94a939136e
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,6 @@
gap: 6px;
overflow: hidden;
color: var(--vscode-foreground);
padding-left: 8px;
}
.ci-status-widget-title-label {
@@ -131,7 +130,7 @@
display: flex;
align-items: center;
gap: 6px;
padding: 4px 8px;
padding: 4px 0;
height: 100%;
width: 100%;
box-sizing: border-box;