chore: more responsive track display; remove unused data calculations

This commit is contained in:
Cory Dransfeldt 2024-06-12 18:22:38 -07:00
parent dbf2700462
commit c7bf949098
No known key found for this signature in database
5 changed files with 13 additions and 14 deletions

View file

@ -116,8 +116,14 @@
width: calc(80% - var(--sizing-lg));
}
& .item .meta-text {
max-width: 85%;
& .item {
& .meta {
width: calc(75% - var(--sizing-lg));
}
& .meta-text {
max-width: 85%;
}
}
&.grid {