Skip to content

Commit 2d12d44

Browse files
committed
fix(dashboard): add top border line matching the bottom status bar
1 parent 540dbb3 commit 2d12d44

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

packages/dashboard/src/styles.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ body {
6464
grid-column: 1;
6565
background: var(--bg-panel);
6666
border-right: 1px solid var(--border);
67+
border-top: 1px solid var(--border);
6768
display: flex;
6869
flex-direction: column;
6970
align-items: center;
@@ -123,6 +124,7 @@ body {
123124
overflow: hidden;
124125
display: flex;
125126
flex-direction: column;
127+
border-top: 1px solid var(--border);
126128
}
127129

128130
/* ── Status bar ──────────────────────────────────────── */

0 commit comments

Comments
 (0)