File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -1111,7 +1111,20 @@ nav[aria-label='Docs sidebar']:hover {
1111
1111
overflow-y : auto !important ;
1112
1112
}
1113
1113
1114
+ /* Styling changes for the tags page */
1115
+ .blog-tags-list-page {
1116
+ section .margin-vert--lg {
1117
+ margin-top : 2rem !important ;
1118
+ }
1119
+ }
1120
+
1114
1121
.blog-list-page {
1122
+ h1 {
1123
+ margin-top : 2rem ;
1124
+ }
1125
+ }
1126
+ /* Landing page at /docs/knowledgebase and the page shown when you click a tag */
1127
+ .blog-list-page , .blog-tags-post-list-page {
1115
1128
1116
1129
.container_mt6G {
1117
1130
font-size : 0.85rem ;
@@ -1172,6 +1185,17 @@ nav[aria-label='Docs sidebar']:hover {
1172
1185
}
1173
1186
}
1174
1187
1188
+ .tag_zVej span {
1189
+ border-radius : 9999px !important ;
1190
+ }
1191
+ .tag_zVej ::after {
1192
+ display : none ;
1193
+ }
1194
+
1195
+ .tag_zVej ::before {
1196
+ display : none ;
1197
+ }
1198
+
1175
1199
[data-theme = ' dark' ] .tag_zVej {
1176
1200
padding : 2px 12px ;
1177
1201
color : #C0C0C0 ;
Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ function BlogListPageContent(props) {
30
30
const { metadata, items, sidebar} = props ;
31
31
return (
32
32
< BlogLayout sidebar = { sidebar } >
33
+ < h1 > Recently Added</ h1 >
33
34
< BlogPostItems items = { items } />
34
35
< BlogListPaginator metadata = { metadata } />
35
36
</ BlogLayout >
You can’t perform that action at this time.
0 commit comments