Skip to content

Commit 0b6b01c

Browse files
fix: port 0e491b4 to sidebar v2
1 parent 70ea64b commit 0b6b01c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/package/+layout.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
allPackages={data.displayablePackages}
4545
otherReleases={data.allReleases}
4646
class={[
47-
"mt-35 hidden h-fit w-100 shrink-0 lg:block",
47+
"mt-35 hidden h-fit w-100 shrink-0 lg:flex",
4848
page.data.currentPackage.pkg.description?.length && "mt-45"
4949
]}
5050
bind:showPrereleases

0 commit comments

Comments
 (0)