Skip to content

Commit db91ac0

Browse files
committed
Fix sidebar position on tablet
1 parent 53a60f1 commit db91ac0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/package/[[org]]/[name].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ const showSkeleton = shallowRef(false)
925925
</div>
926926

927927
<PackageSidebar :class="$style.areaSidebar">
928-
<div class="flex flex-col gap-4 sm:gap-6 xl:pt-4">
928+
<div class="flex flex-col gap-4 sm:gap-6 lg:pt-4">
929929
<!-- Team access controls (for scoped packages when connected) -->
930930
<ClientOnly>
931931
<PackageAccessControls :package-name="pkg.name" />

0 commit comments

Comments
 (0)