Skip to content

Commit cff7855

Browse files
committed
docs: update VSCode version and example
1 parent bb24034 commit cff7855

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
VSCode extension that custom ui css style in both editor and webview
1111

12-
- Works with VSCode 1.96!
12+
- Works with VSCode 1.97!
1313

1414
> [!warning]
1515
> This extension works by editting the VSCode's css and js files.
@@ -81,9 +81,10 @@ Avaiable CSS Variables:
8181
".cdr": {
8282
"border-radius": "3px"
8383
},
84-
".quick-input-widget": {
85-
"top": "25vh !important"
86-
},
84+
// No longer needed since v1.97.0 allows to move the command palette position
85+
// ".quick-input-widget": {
86+
// "top": "25vh !important"
87+
// },
8788
".monaco-findInput .monaco-inputbox": {
8889
"width": "calc(100% + 6px)"
8990
},

0 commit comments

Comments
 (0)