Skip to content

Commit b817a1c

Browse files
committed
Enforce 16x16 size for all vscode icons (some are 24x24)
1 parent 6a18738 commit b817a1c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/theme-vscode/style/completer.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
position: relative;
33
top: 2px;
44
left: 2px;
5+
width: 16px;
6+
height: 16px;
57
}
68

79
.lsp-completer-theme-vscode .jp-Completer-item.jp-mod-active svg path {

0 commit comments

Comments
 (0)