Skip to content

Commit 04fcb23

Browse files
committed
docs: update placement
1 parent a2c110e commit 04fcb23

File tree

8 files changed

+31
-396
lines changed

8 files changed

+31
-396
lines changed

docs/.vitepress/config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,9 @@ const config = {
9999
],
100100

101101
carbonAds: {
102-
carbon: 'CEBICK3I',
103-
custom: 'CEBICK3M',
104-
placement: 'routervuejsorg',
102+
carbon: 'CK7DL23N',
103+
custom: 'CK7DL23N',
104+
placement: 'vuefirevuejsorg',
105105
},
106106

107107
algolia: {

docs/.vitepress/theme/Layout.vue

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
:placement="$site.themeConfig.carbonAds.placement"
1212
/>
1313
</template>
14-
<template #page-bottom>
14+
<!-- <template #page-bottom>
1515
<BuySellAds
1616
v-if="$site.themeConfig.carbonAds"
1717
:key="'custom' + $page.path"
1818
:code="$site.themeConfig.carbonAds.custom"
1919
:placement="$site.themeConfig.carbonAds.placement"
2020
/>
21-
</template>
21+
</template> -->
2222
</ParentLayout>
2323
</template>
2424

@@ -41,6 +41,14 @@ export default {
4141
</script>
4242

4343
<style>
44+
form {
45+
margin-block-end: 0;
46+
}
47+
.custom-blocks {
48+
overflow-x: auto;
49+
}
50+
.reset-button {
51+
4452
form {
4553
margin-block-end: 0;
4654
}
@@ -65,6 +73,24 @@ form {
6573
outline: none;
6674
}
6775
76+
blockquote.warning {
77+
background-color: rgba(255, 229, 100, 0.3);
78+
border-color: #e7c000;
79+
color: #6b5900;
80+
}
81+
82+
border: none;
83+
padding: 0;
84+
margin: 0;
85+
width: auto;
86+
overflow: visible;
87+
background: transparent;
88+
color: inherit;
89+
font: inherit;
90+
}
91+
.js-focus-visible :focus:not(.focus-visible) {
92+
outline: none;
93+
}
6894
blockquote.warning {
6995
background-color: rgba(255, 229, 100, 0.3);
7096
border-color: #e7c000;

docs/.vuepress/components/CarbonAds.vue

Lines changed: 0 additions & 72 deletions
This file was deleted.

docs/.vuepress/config.js

Lines changed: 0 additions & 148 deletions
This file was deleted.

docs/.vuepress/styles/index.styl

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)