File tree Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Expand file tree Collapse file tree 1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change 69
69
</div >
70
70
<div v-if =" repos.length" class =" ui attached table segment gt-rounded-bottom" >
71
71
<ul class =" repo-owner-name-list" >
72
- <li class =" gt-df gt-ac" v-for =" repo, index in repos" :class =" {'active': index === activeIndex}" :key =" repo.id" >
73
- <a class =" repo-list-link muted gt-df gt-ac gt-f1" :href =" repo.link" >
72
+ <li class =" gt-df gt-ac gt-py-3 " v-for =" repo, index in repos" :class =" {'active': index === activeIndex}" :key =" repo.id" >
73
+ <a class =" repo-list-link muted gt-df gt-ac gt-f1 gt-gap-3 " :href =" repo.link" >
74
74
<svg-icon :name =" repoIcon(repo)" :size =" 16" class-name =" repo-list-icon" />
75
75
<div class =" text truncate" >{{ repo.full_name }}</div >
76
76
<div v-if =" repo.archived" >
77
77
<svg-icon name =" octicon-archive" :size =" 16" />
78
78
</div >
79
79
</a >
80
- <a class =" repo-list-status-link " v-if =" repo.latest_commit_status_state" :href =" repo.latest_commit_status_state_link" :data-tooltip-content =" repo.latest_commit_status_state" >
80
+ <a class =" gt-df gt-ac " v-if =" repo.latest_commit_status_state" :href =" repo.latest_commit_status_state_link" :data-tooltip-content =" repo.latest_commit_status_state" >
81
81
<!-- the commit status icon logic is taken from templates/repo/commit_status.tmpl -->
82
82
<svg-icon :name =" statusIcon(repo.latest_commit_status_state)" :class-name =" 'gt-ml-3 commit-status icon text ' + statusColor(repo.latest_commit_status_state)" :size =" 16" />
83
83
</a >
@@ -496,19 +496,13 @@ ul li:not(:last-child) {
496
496
}
497
497
498
498
.repo-list-link {
499
- padding : 6px 0 ;
500
- gap : 6px ;
501
499
min-width : 0 ; /* for text truncation */
502
500
}
503
501
504
502
.repo-list-link .svg {
505
503
color : var (--color-text-light-2 );
506
504
}
507
505
508
- .repo-list-status-link {
509
- padding : 6px 0 ;
510
- }
511
-
512
506
.repo-list-icon {
513
507
min-width : 16px ;
514
508
margin-right : 2px ;
You can’t perform that action at this time.
0 commit comments