Skip to content

Commit

Permalink
ogs
Browse files Browse the repository at this point in the history
  • Loading branch information
martrapp committed Nov 26, 2024
1 parent 6026d63 commit 3606575
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 22 deletions.
1 change: 1 addition & 0 deletions astro.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ function sidebar() {
]
}, {
label: 'All Demos',
collapsed: true,
items: [
{ label: 'Inspection Chamber in Action', link: "/inspection-chamber-demo/first-page/" },
{ label: 'State Loss on Navigation', link: "/crossing/plain/1/" },
Expand Down
36 changes: 18 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@vtbag/element-crossing": "^1.0.3",
"@vtbag/inspection-chamber": "^1.0.17",
"@vtbag/turn-signal": "^1.1.0",
"@vtbag/utensil-drawer": "^0.0.1",
"@vtbag/utensil-drawer": "^0.0.2",
"astro": "^4.16.14",
"astro-d2": "^0.6.0",
"astro-vtbot": "^1.10.7",
Expand Down
Binary file added public/vtbag-og.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 2 additions & 3 deletions src/components/ToolsBar.astro
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,15 @@
</div>
<style is:global>
#toolsbar {
width: clamp(333px, ,333px);
display:flex;
flex-wrap: wrap;
margin-inline: auto;
}
#toolsbar > div:nth-of-type(1) {
margin-top: 1em;
}
#toolsbar > div {
width: 333px;
width: 300px;
margin-inline: auto;
}
.logo img {
view-transition-name: none;
Expand Down
5 changes: 5 additions & 0 deletions src/content/docs/vtbag.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
---
title: "@vtbag: Overview"
description: What are those Bags of Tricks?
head:
- tag: meta
attrs:
property: "og:image"
content: "/vtbag-og.png"
---


Expand Down

0 comments on commit 3606575

Please sign in to comment.