mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:31:43 +00:00
Running `cd client/cody && pnpm run storybook` will open storybooks for the VS Code extension. There is a light shim in place to support rendering the VS Code extension UI with roughly the right theme colors. ### Storybook for `<App />` (VS Code main webview UI)   ### Storybook for login component showing invalid state  ## Test plan n/a; dev only --------- Co-authored-by: Naman Kumar <naman@outlook.in>
14 lines
299 B
CSS
14 lines
299 B
CSS
.debug-container {
|
|
margin: 1rem;
|
|
}
|
|
|
|
.debug-message {
|
|
margin: 1rem 0;
|
|
padding-bottom: 1rem;
|
|
color: var(--vscode-notifications-foreground);
|
|
background-color: var(--vscode-notifications-);
|
|
border-bottom: 2px solid var(--vscode-input-border);
|
|
white-space: pre-wrap;
|
|
overflow-wrap: break-word;
|
|
}
|