fix title columns link width

This commit is contained in:
jeffvli
2026-01-18 17:45:58 -08:00
parent 5c2c18268b
commit c53b2f8ed8
4 changed files with 43 additions and 4 deletions
@@ -13,6 +13,18 @@
min-width: 0;
}
.text-container.align-left {
justify-items: start;
}
.text-container.align-center {
justify-items: center;
}
.text-container.align-right {
justify-items: end;
}
.text-container.compact {
gap: 0;
}
@@ -26,8 +38,16 @@
white-space: nowrap;
}
a.title {
width: auto;
}
.artists {
display: block;
width: 100%;
min-width: 0;
max-width: 100%;
overflow: hidden;
text-overflow: ellipsis;
font-size: var(--theme-font-size-xs) !important;