Skip to content

Commit 4d396b9

Browse files
committed
prevent layout shift
1 parent af50f0f commit 4d396b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/routes/tutorial/[slug]/_/Chrome.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
}
3939
4040
.chrome button img {
41-
height: 100%;
42-
width: auto;
41+
width: 2rem;
42+
height: 2rem;
4343
transition: 0.2s ease-out;
4444
transform: none;
4545
}

0 commit comments

Comments
 (0)