[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: package updated column alignment issue on mobile (#68)

authored by

Jens Rømer Hesselbjerg and committed by
GitHub
e8e18c3d 4d49cfc8

+2 -2
+2 -2
app/pages/[...package].vue
··· 463 463 </div> 464 464 465 465 <div v-if="pkg.time?.modified" class="space-y-1"> 466 - <dt class="text-xs text-fg-subtle uppercase tracking-wider text-right">Updated</dt> 467 - <dd class="font-mono text-sm text-fg text-right"> 466 + <dt class="text-xs text-fg-subtle uppercase tracking-wider sm:text-right">Updated</dt> 467 + <dd class="font-mono text-sm text-fg sm:text-right"> 468 468 <NuxtTime :datetime="pkg.time.modified" date-style="medium" /> 469 469 </dd> 470 470 </div>