Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
eye-wave committed Oct 24, 2024
1 parent fdcee0b commit 8649c90
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 10 deletions.
5 changes: 0 additions & 5 deletions src/routes/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,9 +138,4 @@
.example > h2 {
user-select: none;
}
.code {
max-width: 800px;
margin: 0 auto;
}
</style>
8 changes: 4 additions & 4 deletions src/routes/CopyPaste.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -59,16 +59,16 @@
</div>

<style>
:global(pre.shiki) {
:global(pre.shiki) {
box-sizing: border-box;
border-radius: 8px;
overflow: scroll;
border-radius: 8px;
overflow: scroll;
padding: 1rem;
}
:global(.shiki > code) {
text-wrap: wrap;
tab-size: 2;
tab-size: 2;
}
.code-container {
Expand Down
2 changes: 1 addition & 1 deletion svelte.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ function highlight(code) {
theme
});

return html
return html;
}

function printComponent() {
Expand Down

0 comments on commit 8649c90

Please sign in to comment.