diff --git a/assets/app.css b/assets/app.css index c9e64e55..a7a06d1a 100644 --- a/assets/app.css +++ b/assets/app.css @@ -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; } \ No newline at end of file diff --git a/components/cards/LazyBookCard.vue b/components/cards/LazyBookCard.vue index e6b6176f..0ff4f236 100644 --- a/components/cards/LazyBookCard.vue +++ b/components/cards/LazyBookCard.vue @@ -35,7 +35,7 @@ -
Your Progress: {{ Math.round(progressPercent * 100) }}%
+{{ $elapsedPretty(userTimeRemaining) }} remaining
+Finished {{ $formatDate(userProgressFinishedAt) }}
+{{ description }}
+{{ description }}