chore: more responsive track display; remove unused data calculations
This commit is contained in:
parent
dbf2700462
commit
c7bf949098
5 changed files with 13 additions and 14 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue