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 }}

-
+ -
+ -
+ -
+