diff --git a/components/app/AudioPlayer.vue b/components/app/AudioPlayer.vue
index e060f5e0..b459b299 100644
--- a/components/app/AudioPlayer.vue
+++ b/components/app/AudioPlayer.vue
@@ -44,7 +44,7 @@
-
+
{{ bookmarks.length ? 'bookmark' : 'bookmark_border' }}
@@ -76,6 +76,13 @@
+
+
0:00
+
+
{{ currentChapterTitle }}
+
+
{{ timeRemainingPretty }}
+
-
-
0:00
-
-
{{ currentChapterTitle }}
-
-
{{ timeRemainingPretty }}
-
@@ -878,10 +878,11 @@ export default {
#playerTrack {
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
transition-property: margin;
- bottom: 10px;
+ bottom: 20px;
}
.fullscreen #playerTrack {
- bottom: 32px;
+ top: 20px;
+ bottom: unset;
}
.ios-player #timestamp-row {
@@ -987,7 +988,7 @@ export default {
.fullscreen #playerControls {
width: 100%;
- bottom: 105px;
+ bottom: 94px;
}
.fullscreen #playerControls .jump-icon {
margin: 0px 18px;