[READ-ONLY] a fast, modern browser for the npm registry
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: prevent width cls when directly loading package page

+1 -1
+1 -1
app/pages/[...package].vue
··· 375 375 </script> 376 376 377 377 <template> 378 - <main class="container flex-1 py-8 xl:py-12"> 378 + <main class="container flex-1 w-full py-8 xl:py-12"> 379 379 <PackageSkeleton v-if="status === 'pending'" /> 380 380 381 381 <article v-else-if="status === 'success' && pkg" class="package-page">