File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 83
83
</div>
84
84
</div>
85
85
<div class="ui eleven wide column">
86
- <div class="ui secondary stackable pointing menu">
86
+ <div class="ui secondary stackable pointing tight menu">
87
87
<a class='{{if and (ne .TabName "activity") (ne .TabName "following") (ne .TabName "followers") (ne .TabName "stars") (ne .TabName "projects")}}active{{end}} item' href="{{.Owner.HomeLink}}">
88
88
{{svg "octicon-repo"}} {{.i18n.Tr "user.repositories"}}
89
89
</a>
Original file line number Diff line number Diff line change @@ -279,7 +279,7 @@ a.muted:hover,
279
279
color : var (--color-text );
280
280
281
281
.svg {
282
- margin-right : 0 .35em ;
282
+ margin-right : .35em ;
283
283
}
284
284
}
285
285
@@ -388,6 +388,11 @@ a.muted:hover,
388
388
background : var (--color-active );
389
389
}
390
390
391
+ .ui.secondary.menu.tight .item {
392
+ padding-left : .85714286em ;
393
+ padding-right : .85714286em ;
394
+ }
395
+
391
396
.ui.menu .dropdown.item .menu {
392
397
background : var (--color-menu );
393
398
}
You can’t perform that action at this time.
0 commit comments