diff --git a/app/app/styles/section/github.scss b/app/app/styles/section/github.scss index 5f6330ff..5158b846 100644 --- a/app/app/styles/section/github.scss +++ b/app/app/styles/section/github.scss @@ -83,6 +83,10 @@ margin-left: 10px; } + table.label-table { + margin-top:30px !important; + } + table.milestone-table { td a.link { font-size: 18px; @@ -199,108 +203,7 @@ width: 90%; } } - } } } - - - - - -/* - .github-board { - width: 100%; - white-space: nowrap; - color: #767676; - - > .github-group-title { - margin: 10px 0; - font-size: 14px; - color: #767676; - } - - > .github-list { - margin: 10px 20px 0 20px !important; - padding: 0; - color: #767676; - - > .github-commit-item { - display: block; - width: 95%; - font-size: 12px; - color: #999; - padding: 10px; - border-left: 1px solid #eee; - border-right: 1px solid #eee; - border-top: 1px solid #eee; - - &:first-of-type { - border-top-left-radius: 2px; - border-top-right-radius: 2px; - } - - &:last-of-type { - border-bottom-left-radius: 2px; - border-bottom-right-radius: 2px; - border-bottom: 1px solid #eee; - } - - &:hover { - background-color: #f7fbfc; - cursor: pointer; - } - - > .link { - color: #999; - - > .github-avatar { - float: left; - margin-right: 15px; - margin-top: 2px; - } - - > .issue-avatar { - float: left; - margin-right: 15px; - margin-top: 10px; - } - - > .github-commit-body { - margin: 0px; - padding: 0px; - - > .github-commit-title { - color: #4e575b; - text-decoration: none; - font-size: 13px; - font-weight: 600; - line-height: 22px; - margin: 0; - padding: 0px; - overflow: hidden; - text-overflow: ellipsis; - width: 90%; - - .label-name { - font-size: 16px; - font-family: "open_sanssemibold"; - margin: 0 10px 0 0; - } - } - - > .github-commit-meta { - font-weight: normal; - color: #767676; - font-size: 12px; - line-height: 22px; - margin: 0px; - padding: 0px; - width: 90%; - } - } - } - } - } - } */ } diff --git a/core/section/github/issues_template.go b/core/section/github/issues_template.go index f260add8..fef77d32 100644 --- a/core/section/github/issues_template.go +++ b/core/section/github/issues_template.go @@ -14,12 +14,16 @@ package github const ( openIsvg = ` - + + + ` closedIsvg = ` - + + + ` issuesTemplate = ` diff --git a/core/section/github/milestones_template.go b/core/section/github/milestones_template.go index 0ac597e3..51614eb6 100644 --- a/core/section/github/milestones_template.go +++ b/core/section/github/milestones_template.go @@ -22,8 +22,8 @@ const ( ` closedMSsvg = ` - - ` + rawMSsvg + ` + `