From a2cc9718217ea4a172bc95bc9bbb842e55f6ec97 Mon Sep 17 00:00:00 2001 From: EnesAlili Date: Mon, 12 Sep 2016 10:23:35 +0100 Subject: [PATCH] Trello member stats cleanup --- app/app/styles/section/trello.scss | 7 ++++++- core/section/trello/members_template.go | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/app/app/styles/section/trello.scss b/app/app/styles/section/trello.scss index 09be15e8..94906605 100644 --- a/app/app/styles/section/trello.scss +++ b/app/app/styles/section/trello.scss @@ -89,10 +89,15 @@ margin-right: 20px; } - .board-summary, .member-name { + .board-summary { font-size: 1.2rem; } + .member-name { + font-size: 1.2rem; + line-height: 15px; + } + .board-meta, .member-meta { color: $color-gray; } diff --git a/core/section/trello/members_template.go b/core/section/trello/members_template.go index a9baba8b..b25ac70b 100644 --- a/core/section/trello/members_template.go +++ b/core/section/trello/members_template.go @@ -22,7 +22,6 @@ const membersTemplate = `
- {{range $m := .MemberBoardAssign}} {{end}}
@@ -33,6 +32,7 @@ const membersTemplate = `
{{range $idx, $ac := $m.AssignCounts}}{{if gt $idx 0}}, {{end}}{{$ac.BoardName}} ({{$ac.Count}}){{end}}.
+