We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb24034 commit cff7855Copy full SHA for cff7855
README.md
@@ -9,7 +9,7 @@
9
10
VSCode extension that custom ui css style in both editor and webview
11
12
-- Works with VSCode 1.96!
+- Works with VSCode 1.97!
13
14
> [!warning]
15
> This extension works by editting the VSCode's css and js files.
@@ -81,9 +81,10 @@ Avaiable CSS Variables:
81
".cdr": {
82
"border-radius": "3px"
83
},
84
- ".quick-input-widget": {
85
- "top": "25vh !important"
86
- },
+ // No longer needed since v1.97.0 allows to move the command palette position
+ // ".quick-input-widget": {
+ // "top": "25vh !important"
87
+ // },
88
".monaco-findInput .monaco-inputbox": {
89
"width": "calc(100% + 6px)"
90
0 commit comments