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 bff1505 commit 4919d6fCopy full SHA for 4919d6f
1 file changed
app/components/Package/Versions.vue
@@ -28,7 +28,6 @@ async function openDistributionModal() {
28
hasDistributionModalTransitioned.value = false
29
// ensure the component renders before opening the dialog
30
await nextTick()
31
- await nextTick()
32
chartModal.open()
33
34
// Fallback: Force mount if transition event doesn't fire
@@ -813,7 +812,7 @@ function getTagVersions(tag: string): VersionDisplay[] {
813
812
<!-- Avoids CLS when the dialog has transitioned -->
814
<div
815
v-if="!hasDistributionModalTransitioned"
816
- class="w-full aspect-[287/612] sm:aspect-[718/512]"
+ class="w-full aspect-[136/391] sm:aspect-[359/278]"
817
/>
818
</PackageChartModal>
819
</template>
0 commit comments