use percentage based column widths to autofit

This commit is contained in:
jeffvli
2026-02-08 20:28:32 -08:00
parent 31c3f1b062
commit 177bb156cb
3 changed files with 34 additions and 20 deletions
@@ -82,6 +82,11 @@
color: var(--theme-colors-foreground-muted);
}
.row .right {
min-width: 0;
overflow: hidden;
}
.row .tracks-table {
width: 100%;
font-size: var(--theme-font-size-sm);