Skip to content

Commit 866b3c5

Browse files
committed
Reduce the vertical padding of the commands element
1 parent 6e424b4 commit 866b3c5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vscode/src/view/frontend/home/HomeView/HomeView.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
z-index: 1;
1717
bottom: calc(24px + 16px + 1px + 4px);
1818
right: var(--padding-4px);
19-
padding: var(--padding-6px) 0;
19+
padding: var(--padding-4px) 0;
2020
width: 65vw;
2121
border-radius: var(--border-radius-4px);
2222
transform: translateY(10px);

0 commit comments

Comments
 (0)