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 90ed06c commit dcabb84Copy full SHA for dcabb84
docs/.vitepress/theme/style.css
@@ -3,12 +3,12 @@ a > img {
3
}
4
5
/* Playground */
6
-.playground :deep(.VPDoc.has-aside .content-container),
7
-.playground :deep(.VPDoc:not(.has-sidebar) .content),
8
-.playground :deep(.VPDoc:not(.has-sidebar) .container) {
+.playground .VPDoc.has-aside .content-container,
+.playground .VPDoc:not(.has-sidebar) .content,
+.playground .VPDoc:not(.has-sidebar) .container {
9
max-width: none;
10
11
12
-.playground :deep(.aside) {
+.playground .VPDoc.has-aside .aside {
13
display: none;
14
0 commit comments