mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-17 06:00:20 +02:00
add composer column to song/album table (#1559)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
.composers-container {
|
||||
display: -webkit-box;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 2;
|
||||
-webkit-box-orient: vertical;
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.composers-container.compact {
|
||||
-webkit-line-clamp: 1;
|
||||
}
|
||||
|
||||
.composers-container.large {
|
||||
-webkit-line-clamp: 3;
|
||||
}
|
||||
Reference in New Issue
Block a user