diff --git a/src/style.css b/src/style.css index fcaa695..d3f1951 100644 --- a/src/style.css +++ b/src/style.css @@ -88,6 +88,11 @@ h2 { overflow: hidden; } +.material-card-title-action h2 .item-count { + font-size: 0.7em; + margin-left: 1em; +} + .list { display: block; padding: 8px 0; diff --git a/src/tags/catalog.tag b/src/tags/catalog.tag index 9763145..c1a1bc4 100644 --- a/src/tags/catalog.tag +++ b/src/tags/catalog.tag @@ -18,7 +18,10 @@ along with this program. If not, see .
-

Repositories of { registryUI.name() }

+

+ Repositories of { registryUI.name() } +
{ registryUI.catalog.repositories.length } images
+

diff --git a/src/tags/taglist.tag b/src/tags/taglist.tag index 9c26bfa..b1d1e1f 100644 --- a/src/tags/taglist.tag +++ b/src/tags/taglist.tag @@ -21,7 +21,10 @@ along with this program. If not, see . arrow_back -

Tags of { registryUI.name() + '/' + registryUI.taglist.name }

+

+ Tags of { registryUI.name() + '/' + registryUI.taglist.name } +
{ registryUI.taglist.tags.length } tags
+