Skip to content

Commit d73369b

Browse files
committed
Increase the vertical padding of the element
1 parent ec17589 commit d73369b

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-4px) 0;
19+
padding: var(--padding-6px) 0;
2020
width: 65vw;
2121
border-radius: var(--border-radius-4px);
2222
transform: translateY(10px);

0 commit comments

Comments
 (0)