Skip to content

Commit baa4571

Browse files
committed
fix wave settings page tab bar alignment on mobile
1 parent d4f515d commit baa4571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/(pages)/wave/(base-layout)/settings/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
6868
.tabs {
6969
position: sticky;
70-
top: 3.5rem;
70+
top: 2.5rem;
7171
width: 100%;
7272
background-color: var(--color-background);
7373
z-index: 2;

0 commit comments

Comments
 (0)