Update:Add podcast type, episode type, episode number, season and support html episode description #677

This commit is contained in:
advplyr
2023-05-19 17:57:36 -05:00
parent 87df022af0
commit 231289e9ac
5 changed files with 79 additions and 4 deletions
+14
View File
@@ -117,6 +117,20 @@ Bookshelf Label
filter: blur(20px);
}
.episode-subtitle {
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 16px;
/* fallback */
max-height: 32px;
/* fallback */
-webkit-line-clamp: 2;
/* number of lines to show */
-webkit-box-orient: vertical;
}
.line-clamp-2 {
overflow: hidden;
display: -webkit-box;