Skip to content
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/components/Package/Skeleton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
<!-- Sidebar — matches area-sidebar in [...name].vue -->
<div class="area-sidebar">
<div
class="sticky top-30 xl:top-14 space-y-6 sm:space-y-8 min-w-0 overflow-y-auto pe-2.5 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(max-h-[calc(100dvh-6rem)])"
class="space-y-6 sm:space-y-8 min-w-0 lg:(max-h-[calc(100dvh-8.5rem)] overscroll-contain) xl:(max-h-[calc(100dvh-6rem)])"
>
<div class="flex flex-col gap-4 sm:gap-6 xl:pt-4">
<!-- Download stats — matches CollapsibleSection + sparkline skeleton -->
Expand Down
Loading