@@ -78,7 +78,10 @@ const fontMono = "'Geist Mono'"
7878 <!-- Content column -->
7979 <div class =" flex flex-col flex-1 overflow-hidden justify-between" >
8080 <!-- Top content -->
81- <div class =" flex flex-col" style =" padding-top : 2rem ; padding-right : 2.5rem ; padding-left : 2rem ;" >
81+ <div
82+ class =" flex flex-col"
83+ style =" padding-top : 2rem ; padding-right : 2.5rem ; padding-left : 2rem "
84+ >
8285 <!-- Top row: name+version+latest ← → downloads — single baseline -->
8386 <div class =" flex flex-row items-baseline justify-between mb-4" >
8487 <!-- Left: name · version · latest -->
@@ -114,7 +117,9 @@ const fontMono = "'Geist Mono'"
114117 >
115118 {{ compactFormatter.format(weeklyDownloads) }}
116119 </span >
117- <span class =" text-[1.375rem] font-light" :style =" { color: theme.textMuted }" >weekly</span >
120+ <span class =" text-[1.375rem] font-light" :style =" { color: theme.textMuted }"
121+ >weekly</span
122+ >
118123 </div >
119124 </div >
120125
@@ -168,7 +173,10 @@ const fontMono = "'Geist Mono'"
168173 </div >
169174
170175 <!-- Bottom unified stats row -->
171- <div class =" flex flex-col justify-center flex-shrink-0 h-[132px]" style =" padding-right : 2.5rem ; padding-left : 2rem ;" >
176+ <div
177+ class =" flex flex-col justify-center flex-shrink-0 h-[132px]"
178+ style =" padding-right : 2.5rem ; padding-left : 2rem "
179+ >
172180 <div class =" flex flex-row items-center gap-[42px]" >
173181 <!-- Stars -->
174182 <div v-if =" stars > 0" class =" flex flex-row items-center gap-2" >
@@ -306,15 +314,15 @@ const fontMono = "'Geist Mono'"
306314 class =" flex flex-row items-center text-[1.375rem] font-light"
307315 :style =" { fontFamily: fontMono }"
308316 >
309- <span class =" font-medium" :style =" { color: primaryColor, marginLeft: '-0.25rem' }" >.</span >/npmx
310- <span class =" font-light" :style =" { color: theme.textSubtle, fontFamily: fontSans, marginLeft: '0.75rem' }"
317+ <span class =" font-medium" :style =" { color: primaryColor, marginLeft: '-0.25rem' }" >.</span
318+ >/npmx
319+ <span
320+ class =" font-light"
321+ :style =" { color: theme.textSubtle, fontFamily: fontSans, marginLeft: '0.75rem' }"
311322 >· npm package explorer</span
312323 >
313324 </div >
314- <span
315- class =" text-xl font-light"
316- :style =" { color: theme.textSubtle, fontFamily: fontMono }"
317- >
325+ <span class =" text-xl font-light" :style =" { color: theme.textSubtle, fontFamily: fontMono }" >
318326 npmx.dev/package/{{ name }}
319327 </span >
320328 </div >
0 commit comments