mirror of
https://github.com/wekan/wekan.git
synced 2025-04-22 21:17:18 -04:00
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
This commit is contained in:
parent
ce2b8a8d1a
commit
05e0fb8fbe
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue