File tree 2 files changed +10
-1
lines changed 2 files changed +10
-1
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 @@ -277,6 +277,10 @@ a.muted:hover,
277
277
278
278
.ui.menu .item {
279
279
color : var (--color-text );
280
+
281
+ .svg {
282
+ margin-right : .35em ;
283
+ }
280
284
}
281
285
282
286
.ui.menu .item > .label {
@@ -381,6 +385,11 @@ a.muted:hover,
381
385
background : var (--color-active );
382
386
}
383
387
388
+ .ui.secondary.menu.tight .item {
389
+ padding-left : .85714286em ;
390
+ padding-right : .85714286em ;
391
+ }
392
+
384
393
.ui.menu .dropdown.item .menu {
385
394
background : var (--color-menu );
386
395
}
You can’t perform that action at this time.
0 commit comments