show total counts on releases/artists/tracks pages

This commit is contained in:
ari melody 2025-10-21 18:45:53 +01:00
parent b0dd87cad3
commit 774fb870fc
Signed by: ari
GPG key ID: CF99829C92678188
4 changed files with 8 additions and 6 deletions

View file

@ -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);
}