add large table size

This commit is contained in:
jeffvli
2025-10-09 14:25:27 -07:00
parent c2715a2d7e
commit 943b26dfea
16 changed files with 432 additions and 76 deletions
@@ -11,7 +11,14 @@
display: -webkit-box;
overflow: hidden;
-webkit-line-clamp: 2;
line-height: 1.4;
-webkit-box-orient: vertical;
color: var(--theme-colors-foreground-muted);
}
.artists-container.compact {
-webkit-line-clamp: 1;
}
.artists-container.large {
-webkit-line-clamp: 3;
}