We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10d8adf commit 7f2df6fCopy full SHA for 7f2df6f
app/components/Package/Skeleton.vue
@@ -181,7 +181,7 @@
181
<div
182
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)])"
183
>
184
- <div class="flex flex-col gap-4 sm:gap-6 xl:pt-4">
+ <div class="flex flex-col gap-4 sm:gap-6 lg:pt-4">
185
<!-- Download stats — matches CollapsibleSection + sparkline skeleton -->
186
<section>
187
<div class="flex items-center justify-between mb-3 px-1">
0 commit comments