Skip to content

Commit dcabb84

Browse files
committed
fix site
1 parent 90ed06c commit dcabb84

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/.vitepress/theme/style.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ a > img {
33
}
44

55
/* 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) {
6+
.playground .VPDoc.has-aside .content-container,
7+
.playground .VPDoc:not(.has-sidebar) .content,
8+
.playground .VPDoc:not(.has-sidebar) .container {
99
max-width: none;
1010
}
1111

12-
.playground :deep(.aside) {
12+
.playground .VPDoc.has-aside .aside {
1313
display: none;
1414
}

0 commit comments

Comments
 (0)