File tree Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Expand file tree Collapse file tree 1 file changed +26
-21
lines changed Original file line number Diff line number Diff line change 240
240
direction =" row"
241
241
alignItems =" center"
242
242
justifyContent =" space-between" >
243
- <Typography .Text
244
- truncate
245
- color =" --fgcolor-neutral-secondary" >
246
- {repo .name }
247
- </Typography .Text >
248
- {#if repo .private }
249
- <Icon
250
- size =" s"
251
- icon ={IconLockClosed }
252
- color =" --fgcolor-neutral-tertiary" />
253
- {/if }
254
- {#if ! $isSmallViewport }
255
- <time datetime ={repo .pushedAt }>
256
- <Typography .Caption
257
- variant =" 400"
258
- truncate
259
- color =" --fgcolor-neutral-tertiary" >
260
- {timeFromNow (repo .pushedAt )}
261
- </Typography .Caption >
262
- </time >
263
- {/if }
243
+ <Layout .Stack
244
+ direction =" row"
245
+ gap =" s"
246
+ alignItems =" center" >
247
+ <Typography .Text
248
+ truncate
249
+ color =" --fgcolor-neutral-secondary" >
250
+ {repo .name }
251
+ </Typography .Text >
252
+ {#if repo .private }
253
+ <Icon
254
+ size =" s"
255
+ icon ={IconLockClosed }
256
+ color =" --fgcolor-neutral-tertiary" />
257
+ {/if }
258
+ {#if ! $isSmallViewport }
259
+ <time datetime ={repo .pushedAt }>
260
+ <Typography .Caption
261
+ variant =" 400"
262
+ truncate
263
+ color =" --fgcolor-neutral-tertiary" >
264
+ {timeFromNow (repo .pushedAt )}
265
+ </Typography .Caption >
266
+ </time >
267
+ {/if }
268
+ </Layout .Stack >
264
269
{#if action === ' button' }
265
270
<PinkButton .Button
266
271
size =" xs"
You can’t perform that action at this time.
0 commit comments