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 b777c21 commit 08c2483Copy full SHA for 08c2483
docs/.vitepress/theme/components/VPCarbonAds.vue
@@ -60,8 +60,7 @@ if (carbonOptions) {
60
align-items: center;
61
padding: 24px;
62
border-radius: 12px;
63
- min-height: 100px;
64
- max-height: 220px;
+ max-width: 300px;
65
text-align: center;
66
line-height: 18px;
67
font-size: 12px;
docs/.vitepress/theme/styles.css
@@ -84,3 +84,9 @@
84
.DocSearch {
85
--docsearch-primary-color: var(--vp-c-brand-1) !important;
86
}
87
+
88
+/* sidebar */
89
+:root {
90
+ --vp-sidebar-width: 300px;
91
+ --vp-sidebar-bg-color: var(--vp-c-bg-alt);
92
+}
0 commit comments