From 05e0fb8fbe0676babdc07e2c13a3290edad66783 Mon Sep 17 00:00:00 2001 From: Benjamin Tissoires Date: Thu, 26 Jul 2018 08:53:38 +0200 Subject: UI: list headers: show the card count smaller The card count was at the same level than the title, which made reading the list title harder. Use the quiet and small class to put it in the following line and not make it jump out of the screen --- client/components/lists/listHeader.jade | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'client') diff --git a/client/components/lists/listHeader.jade b/client/components/lists/listHeader.jade index 61771449..45c07cb5 100644 --- a/client/components/lists/listHeader.jade +++ b/client/components/lists/listHeader.jade @@ -15,9 +15,8 @@ template(name="listHeader") |/#{wipLimit.value}) if showCardsCountForList cards.count - = cards.count - span - | {{_ 'cards-count'}} + |  + p.quiet.small {{cards.count}} {{_ 'cards-count'}} if isMiniScreen if currentList if isWatching -- cgit v1.2.3-1-g7c22