mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-18 01:14:22 +02:00
improve overflow for album artist column
This commit is contained in:
+9
@@ -6,3 +6,12 @@
|
||||
.group a {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.artists-container {
|
||||
display: -webkit-box;
|
||||
overflow: hidden;
|
||||
-webkit-line-clamp: 2;
|
||||
line-height: 1.4;
|
||||
-webkit-box-orient: vertical;
|
||||
color: var(--theme-colors-foreground-muted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user