Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit187622b

Browse files
committed
[fix] same input/label styles for advanced Svelte tutorial
1 parentb514f23 commit187622b

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎content/tutorial/03-advanced-svelte/common/src/routes/+layout.svelte‎

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,19 @@
44

55
<style>
66
:global(body) {
7-
font-family:-apple-system, BlinkMacSystemFont,
8-
'Segoe UI', Roboto, Oxygen, Ubuntu,
9-
Cantarell,'Open Sans','Helvetica Neue',
7+
font-family:-apple-system, BlinkMacSystemFont,'Segoe UI', Roboto,
8+
Oxygen, Ubuntu, Cantarell,'Open Sans','Helvetica Neue',
109
sans-serif;
1110
margin:0;
1211
}
1312
13+
:global(input) {
14+
display:inline-block;
15+
}
16+
:global(label) {
17+
display:block;
18+
}
19+
1420
main {
1521
width:100%;
1622
height:100vh;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp