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
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit7c23e62

Browse files
committed
[fix] input and label styles for Svelte tutorial
Fixes#127
1 parent12fe24b commit7c23e62

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

‎content/tutorial/01-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