Skip to content

Commit

Permalink
Deploying to gh-pages from @ fc209be 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Oct 29, 2024
1 parent 2983a8b commit 473a9fb
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 35 deletions.
34 changes: 34 additions & 0 deletions assets/index-B0uJYWtM.js

Large diffs are not rendered by default.

34 changes: 0 additions & 34 deletions assets/index-D1lGPsMN.js

This file was deleted.

17 changes: 16 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,21 @@
border: 1px solid #aaa;
padding: 1em;
}
.focusgroup {
margin-top: 1em;
gap: 16px;
align-items: center;
border: 1px solid #aaa;
padding: 0.5em 1em;
background: #eee;
}
.focusgroup button:not(:last-child) {
margin-right: 1em;
}
.focusgroup[focusgroup='block'] button {
display: block;
margin-bottom: 1em;
}
.toolbar {
margin-top: 1em;
display: flex;
Expand All @@ -149,7 +164,7 @@
cursor: pointer;
}
</style>
<script type="module" crossorigin src="./assets/index-D1lGPsMN.js"></script>
<script type="module" crossorigin src="./assets/index-B0uJYWtM.js"></script>
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 473a9fb

Please sign in to comment.