diff --git a/client/assets/app.css b/client/assets/app.css index 7c7634f1..0a572ff8 100644 --- a/client/assets/app.css +++ b/client/assets/app.css @@ -14,6 +14,11 @@ #bookshelf { height: calc(100% - 40px); } +@media (max-width: 768px) { + #bookshelf { + height: calc(100% - 80px); + } +} /* width */ ::-webkit-scrollbar { diff --git a/client/components/AudioPlayer.vue b/client/components/AudioPlayer.vue index a223d14c..78b3978f 100644 --- a/client/components/AudioPlayer.vue +++ b/client/components/AudioPlayer.vue @@ -8,21 +8,21 @@
{{ timeRemainingPretty }}
-Report bugs, request features, provide feedback, and contribute on github.
@@ -56,7 +56,7 @@All Users
Book | Progress | -Started At | -Last Update | + +|
---|---|---|---|---|
@@ -33,12 +33,12 @@
by {{ ab.book.author }} |
{{ Math.floor(ab.progress * 100) }}% | -+ | -+ |