diff --git a/admin/static/admin.css b/admin/static/admin.css index 7e94798..bd6b65d 100644 --- a/admin/static/admin.css +++ b/admin/static/admin.css @@ -250,10 +250,12 @@ main:not(.dashboard) .card { .card-header a:hover { text-decoration: underline; } -.card-header small { + +header :is(h1, h2, h3) small, +.card-header :is(h1, h2, h3) small { display: inline-block; - font-size: 15px; - transform: translateY(-2px); + font-size: .6em; + transform: translateY(-0.1em); color: var(--fg-0); } diff --git a/admin/templates/html/artists.html b/admin/templates/html/artists.html index fe21153..85a3953 100644 --- a/admin/templates/html/artists.html +++ b/admin/templates/html/artists.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Artists

+

Artists ({{len .Artists}} total)

Create New
diff --git a/admin/templates/html/releases.html b/admin/templates/html/releases.html index cf32614..ba59c68 100644 --- a/admin/templates/html/releases.html +++ b/admin/templates/html/releases.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Releases

+

Releases ({{len .Releases}} total)

Create New
diff --git a/admin/templates/html/tracks.html b/admin/templates/html/tracks.html index 8e9496b..746e535 100644 --- a/admin/templates/html/tracks.html +++ b/admin/templates/html/tracks.html @@ -8,7 +8,7 @@ {{define "content"}}
-

Tracks

+

Tracks ({{len .Tracks}} total)

Create New