Skip to content

Commit 43724c9

Browse files
Fix lint
1 parent c9b4e69 commit 43724c9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/site-kit/src/lib/nav/Nav.svelte

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,8 @@ Top navigation bar for the application. It provides a slot for the left side, th
321321
top: unset;
322322
bottom: 0;
323323
324-
&.visible, &:focus-within {
324+
&.visible,
325+
&:focus-within {
325326
padding-bottom: env(safe-area-inset-bottom);
326327
height: calc(var(--sk-nav-height) + env(safe-area-inset-bottom));
327328
}

0 commit comments

Comments
 (0)