-
@@ -179,7 +182,7 @@ const copyCode = async () => {
display: none;
}
-.code-content :deep(div[class*='language-']) {
+.code-content :deep(div[class*="language-"]) {
margin: 0 !important;
border-radius: 0 !important;
border: none !important;
diff --git a/docs/.vitepress/theme/components/CookieConsent.vue b/docs/.vitepress/theme/components/CookieConsent.vue
index 86ebcd97..34f95979 100644
--- a/docs/.vitepress/theme/components/CookieConsent.vue
+++ b/docs/.vitepress/theme/components/CookieConsent.vue
@@ -1,70 +1,70 @@
@@ -157,10 +157,14 @@ onMounted(() => {
/* Transition */
.consent-enter-active {
- transition: opacity 0.3s ease, transform 0.3s ease;
+ transition:
+ opacity 0.3s ease,
+ transform 0.3s ease;
}
.consent-leave-active {
- transition: opacity 0.2s ease, transform 0.2s ease;
+ transition:
+ opacity 0.2s ease,
+ transform 0.2s ease;
}
.consent-enter-from {
opacity: 0;
diff --git a/docs/.vitepress/theme/components/ResponsePanel.vue b/docs/.vitepress/theme/components/ResponsePanel.vue
index d1b10204..d5d71974 100644
--- a/docs/.vitepress/theme/components/ResponsePanel.vue
+++ b/docs/.vitepress/theme/components/ResponsePanel.vue
@@ -1,32 +1,32 @@
@@ -37,12 +37,20 @@ const statusClass = () => {
{{ status }}