diff --git a/app/app/styles/section/github.scss b/app/app/styles/section/github.scss index 4a3feaa8..5e40b77d 100644 --- a/app/app/styles/section/github.scss +++ b/app/app/styles/section/github.scss @@ -28,34 +28,20 @@ } } -span.github-issue-label { - font-size: 11px; - color: white; - padding: 2px 4px; - border-radius: 2px; - box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12); -} - -span.label-name { - font-size: 16px; - font-family: "open_sanssemibold"; -} - .section-github-render { .github-board { width: 100%; - padding: 10px; white-space: nowrap; color: #767676; > .github-group-title { - margin-bottom: 10px; + margin: 10px 0; font-size: 14px; color: #767676; } > .github-list { - margin: 20px; + margin: 10px 20px 0 20px !important; padding: 0; color: #767676; @@ -94,6 +80,12 @@ span.label-name { margin-top: 2px; } + > .issue-avatar { + float: left; + margin-right: 15px; + margin-top: 10px; + } + > .github-commit-body { margin: 0px; padding: 0px; @@ -103,12 +95,28 @@ span.label-name { text-decoration: none; font-size: 13px; font-weight: 600; - line-height: 16px; - margin: 0px; + line-height: 22px; + margin: 0; padding: 0px; overflow: hidden; text-overflow: ellipsis; width: 90%; + + .github-issue-label { + font-size: 11px; + color: white; + padding: 0px 4px; + margin-right: 5px; + border-radius: 2px; + box-shadow: inset 0 -1px 0 rgba(0,0,0,0.12); + display: inline-block; + } + + .label-name { + font-size: 16px; + font-family: "open_sanssemibold"; + margin: 0 10px 0 0; + } } > .github-commit-meta { diff --git a/documize/section/github/model.go b/documize/section/github/model.go index 03b262a6..898419b7 100644 --- a/documize/section/github/model.go +++ b/documize/section/github/model.go @@ -85,7 +85,7 @@ var renderTemplates = map[string]string{ {{range $data := .Issues}}
  • -
    +