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 a1f9c67 commit cddd30cCopy full SHA for cddd30c
src/vs/workbench/contrib/notebook/browser/contrib/find/notebookFindReplaceWidget.ts
@@ -765,7 +765,7 @@ export abstract class SimpleFindReplaceWidget extends Widget {
765
// theming
766
registerThemingParticipant((theme, collector) => {
767
collector.addRule(`
768
- :root {
+ .notebook-editor {
769
--notebook-find-width: ${NOTEBOOK_FIND_WIDGET_INITIAL_WIDTH}px;
770
--notebook-find-horizontal-padding: ${NOTEBOOK_FIND_WIDGET_INITIAL_HORIZONTAL_PADDING}px;
771
}
0 commit comments