We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdcee0b commit 8649c90Copy full SHA for 8649c90
src/routes/+page.svelte
@@ -138,9 +138,4 @@
138
.example > h2 {
139
user-select: none;
140
}
141
-
142
- .code {
143
- max-width: 800px;
144
- margin: 0 auto;
145
- }
146
</style>
src/routes/CopyPaste.svelte
@@ -59,16 +59,16 @@
59
</div>
60
61
<style>
62
- :global(pre.shiki) {
+ :global(pre.shiki) {
63
box-sizing: border-box;
64
- border-radius: 8px;
65
- overflow: scroll;
+ border-radius: 8px;
+ overflow: scroll;
66
padding: 1rem;
67
68
69
:global(.shiki > code) {
70
text-wrap: wrap;
71
- tab-size: 2;
+ tab-size: 2;
72
73
74
.code-container {
svelte.config.js
@@ -17,7 +17,7 @@ function highlight(code) {
17
theme
18
});
19
20
- return html
+ return html;
21
22
23
function printComponent() {
0 commit comments