We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f058097 commit 33ffa0eCopy full SHA for 33ffa0e
apps/svelte.dev/src/routes/docs/[...path]/+page.svelte
@@ -40,11 +40,10 @@
40
41
<p class="edit">
42
<a
43
- class="edit"
44
href="https://github.com/sveltejs/svelte.dev/edit/main/apps/svelte.dev/content/{data.document
45
.file}"
46
>
47
- <Icon size={50} name="edit" /> Edit this page on GitHub
+ <Icon name="edit" /> Edit this page on GitHub
48
</a>
49
</p>
50
</div>
@@ -70,16 +69,14 @@
70
69
.edit {
71
position: relative;
72
font-size: 1.4rem;
73
- line-height: 1;
74
- z-index: 2;
75
margin: 6rem 0 2rem 0;
76
font-family: var(--sk-font-ui);
77
78
a {
79
text-decoration: none;
80
}
81
82
- :global(.icon) {
+ :global(svg) {
83
84
top: -0.1rem;
85
left: 0.3rem;
0 commit comments