mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig.space.git
synced 2025-12-15 01:06:51 +00:00
🛠 Playback speed control
This commit is contained in:
@@ -163,6 +163,19 @@
|
||||
font-size: var(--font-size-s);
|
||||
}
|
||||
|
||||
.player__speed:before {
|
||||
cursor: pointer;
|
||||
}
|
||||
.player__speed.amplitude-playback-speed-10:before {
|
||||
content: '1.0x';
|
||||
}
|
||||
.player__speed.amplitude-playback-speed-15:before {
|
||||
content: '1.5x';
|
||||
}
|
||||
.player__speed.amplitude-playback-speed-20:before {
|
||||
content: '2.0x';
|
||||
}
|
||||
|
||||
.player__controls {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
||||
Reference in New Issue
Block a user