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 256a457 commit cfa2220Copy full SHA for cfa2220
2 files changed
app/components/Package/TimelineChart.vue
@@ -13,7 +13,6 @@ import {
13
loadFile,
14
applyEllipsis,
15
copyAltTextForTimelineChart,
16
- type ConvertedTimelineSizeCacheEntry,
17
type EnrichedTimelineSizeCacheEntry,
18
type TimelineSizeCacheValue,
19
} from '~/utils/charts'
app/pages/package-timeline/[[org]]/[packageName].vue
@@ -321,7 +321,7 @@ useSeoMeta({
321
page="timeline"
322
/>
323
324
- <div class="sticky top-14 z-10 bg-bg mt-8">
+ <div class="sticky top-24 z-10 bg-bg mt-8">
325
<div class="container w-full">
326
<div class="mx-auto">
327
<PackageTimelineChart :sizeCache :versionSubEvents :timelineEntries :selectedVersion />
0 commit comments