Add:Podcast episode page and update episode lists to not show description #588

This commit is contained in:
advplyr
2023-02-25 16:33:06 -06:00
parent 960f75bfba
commit fb35d8b1a0
7 changed files with 546 additions and 113 deletions
+7
View File
@@ -102,4 +102,11 @@ Bookshelf Label
background-position: center;
opacity: 1;
filter: blur(20px);
}
.line-clamp-2 {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
}