-
{{ jumpBackwardsItem.icon }}
-
{{ jumpBackwardsItem.label }}
+
+ {{ jumpBackwardsItem.icon }}
+ {{ jumpBackwardsItem.label }}
@@ -80,9 +85,14 @@
{{ seekLoading ? 'autorenew' : !isPlaying ? 'play_arrow' : 'pause' }}
-
-
{{ jumpForwardItem.icon }}
-
{{ jumpForwardItem.label }}
+
+ {{ jumpForwardItem.icon }}
+ {{ jumpForwardItem.label }}
last_page
@@ -1099,6 +1109,9 @@ export default {
margin: 0px 0px;
font-size: 1.6rem;
}
+#playerControls .jump-label {
+ margin-top: 2px;
+}
#playerControls .play-btn {
transition: all 0.15s cubic-bezier(0.39, 0.575, 0.565, 1);
transition-property: padding, margin, height, width, min-width, min-height;