Update:Podcast episodes fallback to description when subtitle is null #1752

This commit is contained in:
advplyr 2023-05-10 20:18:29 -04:00
parent dfc7877f69
commit 688531f0a7
3 changed files with 17 additions and 8 deletions

View file

@ -232,6 +232,20 @@ Bookshelf Label
-webkit-box-orient: vertical;
}
.episode-subtitle-long {
word-break: break-word;
overflow: hidden;
text-overflow: ellipsis;
display: -webkit-box;
line-height: 16px;
/* fallback */
max-height: 72px;
/* fallback */
-webkit-line-clamp: 6;
/* number of lines to show */
-webkit-box-orient: vertical;
}
/* Padding for toastification toasts in the top right to not cover appbar/toolbar */
.app-bar-and-toolbar .Vue-Toastification__container.top-right {