Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 27049c5

Browse files
committed
Add padding to the toolbar
1 parent ff2adb5 commit 27049c5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

src/view/styles/ToolBar.css

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,19 @@
99
margin-bottom: 50px;
1010
}
1111

12-
.toolbar,
12+
.toolbar{
13+
box-shadow: 0px 0px 20px rgba(0, 0, 0, 30%);
14+
border-color: var(--vscode-highContrastButtonBorderOverride-color);
15+
border-width: 1px;
16+
border-style: solid;
17+
}
1318
.toolbar-icon {
1419
box-shadow: 0px 0px 20px rgba(0, 0, 0, 30%);
1520
border-color: var(--vscode-highContrastButtonBorderOverride-color);
1621
border-width: 1px;
1722
border-style: solid;
23+
padding-right: 8px;
24+
padding-left: 8px;
1825
}
1926

2027
.tag,

0 commit comments

Comments
 (0)