Add chapters & tracks table. Clamp description to 4 lines. Move size to more info modal

This commit is contained in:
advplyr
2023-03-06 15:27:12 -06:00
parent fb4e7e6b55
commit d9b0b8c33d
5 changed files with 255 additions and 57 deletions
+7
View File
@@ -122,4 +122,11 @@ Bookshelf Label
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}
.line-clamp-4 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 4;
}