show total counts on releases/artists/tracks pages
This commit is contained in:
parent
b0dd87cad3
commit
774fb870fc
4 changed files with 8 additions and 6 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue