Adjust CI Status Widget header height and margin for improved layout

This commit is contained in:
mrleemurray
2026-03-31 15:19:11 +01:00
parent 055a4758bc
commit fc209bb848
2 changed files with 2 additions and 2 deletions

View File

@@ -148,7 +148,7 @@ class CICheckListRenderer implements IListRenderer<ICICheckListItem, ICICheckTem
*/
export class CIStatusWidget extends Disposable {
static readonly HEADER_HEIGHT = 36; // total header height in px
static readonly HEADER_HEIGHT = 38; // total header height in px
static readonly MIN_BODY_HEIGHT = 84; // at least 3 checks (3 * 28)
static readonly PREFERRED_BODY_HEIGHT = 112; // preferred 4 checks (4 * 28)
static readonly MAX_BODY_HEIGHT = 240; // at most ~8 checks

View File

@@ -20,7 +20,7 @@
align-items: center;
gap: 6px;
padding: 6px 4px;
margin-top: 2px;
margin-top: 4px;
border-radius: 8px;
min-height: 22px;
font-weight: 500;