cluster: make album title bold

Signed-off-by: Varun Patil <radialapps@gmail.com>
pull/767/head
Varun Patil 2023-08-04 19:04:17 -07:00
parent 211c5a640e
commit e8b9936512
1 changed files with 5 additions and 1 deletions

View File

@ -235,9 +235,12 @@ $namemargin: 7px;
padding: 0 12px;
min-height: 50px;
> .title {
font-weight: 500;
}
> .subtitle {
color: var(--color-text-lighter);
font-size: 0.87em;
}
}
@ -250,6 +253,7 @@ $namemargin: 7px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
font-size: 0.87em;
}
}