mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2026-06-09 04:02:42 +02:00
Adding audio playback speed control, updating volume control UI, fix stream play for small streams
This commit is contained in:
@@ -44,4 +44,18 @@
|
||||
.menu-enter,
|
||||
.menu-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
|
||||
.menux-enter, .menux-leave-active {
|
||||
transform: translateX(15px);
|
||||
}
|
||||
.menux-enter-active {
|
||||
transition: all 0.2s;
|
||||
}
|
||||
.menux-leave-active {
|
||||
transition: all 0.1s;
|
||||
}
|
||||
.menux-enter,
|
||||
.menux-leave-active {
|
||||
opacity: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user