File tree Expand file tree Collapse file tree 2 files changed +10
-4
lines changed
[pullOrIssue=poi]/[org]/[repo]/[id=number] Expand file tree Collapse file tree 2 files changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,10 @@ const repos: Record<Tab, { name: string; repos: Repo[] }> = {
3131 dataFilter : ( { tag_name } ) => ! tag_name . includes ( "/kit@" ) ,
3232 versionFromTag : tag => tag . substring ( tag . lastIndexOf ( "@" ) + 1 )
3333 } ,
34+ {
35+ repoName : "cli" ,
36+ versionFromTag : tag => tag . substring ( tag . lastIndexOf ( "@" ) + 1 )
37+ } ,
3438 {
3539 repoName : "vite-plugin-svelte" ,
3640 versionFromTag : tag => tag . substring ( tag . lastIndexOf ( "@" ) + 1 )
Original file line number Diff line number Diff line change 197197 </div >
198198 <div class =" mt-4 flex flex-col gap-4" >
199199 <!-- Info -->
200- <div class =" mb-8 flex w-full flex-col gap-8 *:h-fit *:rounded-xl *:border md:flex-row" >
200+ <div
201+ class =" mb-8 flex w-full flex-col justify-center gap-8 *:h-fit *:rounded-xl *:border md:flex-row"
202+ >
201203 <!-- Left part - body -->
202- <div class =" bg-muted/30" >
204+ <div class =" flex-1 bg-muted/30" >
203205 <!-- Author -->
204206 <div
205207 class =" inline-flex w-full flex-col gap-1 border-b bg-muted/60 px-4 py-2 xs:flex-row xs:items-center xs:gap-0"
235237 </div >
236238 </div >
237239 <!-- Right part - info -->
238- <div class =" px-4 pb-3 md:w-2/5 md:max-w-xs" >
240+ <div class =" px-4 pb-3 md:w-2/5 md:min-w-72 md: max-w-xs" >
239241 <h4 class =" -mx-4 mb-4 border-b bg-muted/40 px-4 pb-1 pt-2 text-xl font-semibold" >Info</h4 >
240242 {#each rightPartInfo as { title, value }, i }
241243 {#if i > 0 }
242244 <Separator class =" my-2" />
243245 {/if }
244- <div class =" flex items-center justify-between gap-2 xs:*:text-nowrap " >
246+ <div class =" flex items-center justify-between gap-2" >
245247 <span class ="font-medium" >{title }</span >
246248 <span class ="text-right text-muted-foreground" >{value }</span >
247249 </div >
You can’t perform that action at this time.
0 commit comments