Skip to content

Commit 9b5d109

Browse files
committed
website: re-generate commons
1 parent e96f592 commit 9b5d109

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

website/docusaurus.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ const config: Config = {
261261
items: [
262262
{
263263
to: '/',
264+
label: 'xpack-dev-tools',
264265
className: 'header-home-link',
265266
position: 'left'
266267
},

website/src/css/custom.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ h2[class*="title"]
8181
height: 24px;
8282
display: inline-flex;
8383
vertical-align: top;
84+
padding-right: 0.5em;
8485
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='current-color'/%3E%3C/svg%3E")
8586
no-repeat;
8687
}
@@ -91,6 +92,7 @@ h2[class*="title"]
9192
height: 24px;
9293
display: inline-flex;
9394
vertical-align: top;
95+
padding-right: 0.5em;
9496
background: url("data:image/svg+xml,%3Csvg viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 19v-5h4v5c0 .55.45 1 1 1h3c.55 0 1-.45 1-1v-7h1.7c.46 0 .68-.57.33-.87L12.67 3.6c-.38-.34-.96-.34-1.34 0l-8.36 7.53c-.34.3-.13.87.33.87H5v7c0 .55.45 1 1 1h3c.55 0 1-.45 1-1z' fill='white'/%3E%3C/svg%3E")
9597
no-repeat;
9698
}

0 commit comments

Comments
 (0)