Skip to content

Commit 8649c90

Browse files
committed
chore: format
1 parent fdcee0b commit 8649c90

File tree

3 files changed

+5
-10
lines changed

3 files changed

+5
-10
lines changed

src/routes/+page.svelte

-5
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,4 @@
138138
.example > h2 {
139139
user-select: none;
140140
}
141-
142-
.code {
143-
max-width: 800px;
144-
margin: 0 auto;
145-
}
146141
</style>

src/routes/CopyPaste.svelte

+4-4
Original file line numberDiff line numberDiff line change
@@ -59,16 +59,16 @@
5959
</div>
6060

6161
<style>
62-
:global(pre.shiki) {
62+
:global(pre.shiki) {
6363
box-sizing: border-box;
64-
border-radius: 8px;
65-
overflow: scroll;
64+
border-radius: 8px;
65+
overflow: scroll;
6666
padding: 1rem;
6767
}
6868
6969
:global(.shiki > code) {
7070
text-wrap: wrap;
71-
tab-size: 2;
71+
tab-size: 2;
7272
}
7373
7474
.code-container {

svelte.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ function highlight(code) {
1717
theme
1818
});
1919

20-
return html
20+
return html;
2121
}
2222

2323
function printComponent() {

0 commit comments

Comments
 (0)