Skip to content

Commit 55f00d0

Browse files
authored
fix: button margins (#161)
1 parent 204471c commit 55f00d0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

media/vscode.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ button {
6161
outline-offset: 2px !important;
6262
color: var(--vscode-button-foreground);
6363
background: var(--vscode-button-background);
64-
margin: 2.5px 2.5px 2.5px 2.5px;
64+
margin-top: 2.5px;
65+
margin-bottom: 2.5px;
6566
}
6667

6768
button:hover {

0 commit comments

Comments
 (0)