Implement playback speed and jump forwards / backwards functionality.

Ref #14.

Additionally fixed some bugs around the KotoButton showing the badge text label when it shouldn't, styling related to margins, and various legacy null and string valid checks.
This commit is contained in:
Joshua Strobl 2021-08-17 19:27:33 +03:00
parent 22d5bcc777
commit 62f2883849
17 changed files with 387 additions and 24 deletions

View file

@ -5,7 +5,7 @@
.audiobook-library { // Library page
.genres-banner { // Banner for genres list
.large-banner { // Large banner with art for each genre
padding: $itempadding;
padding: $padding;
.audiobook-genre-button { // Genre buttons
.koto-button {
@ -17,7 +17,7 @@
}
.writers-button-flow { // Flowbox of buttons for writers
padding: 0 $itempadding; // Horizontal padding of our standard item padding
padding: 0 $padding; // Horizontal padding of our standard item padding
flowboxchild {
padding: 0;