Replaces words with emoji. Formatting enhancements for play/pause buttons. Switched to lower fidelity audio stream for better performance.

This commit is contained in:
2026-04-28 02:22:25 +00:00
parent 2b0b043d3d
commit 4bbcc7d537
3 changed files with 12 additions and 5 deletions
+7
View File
@@ -87,6 +87,13 @@ button {
transition: transform 120ms ease, background 120ms ease;
}
button.playpause {
width: 100%;
aspect-ratio: 1;
font-size: clamp(2rem, 25vw, 6em);
padding: 0;
}
button:hover:not(:disabled) {
background: var(--primary-press);
}