Replaces words with emoji. Formatting enhancements for play/pause buttons. Switched to lower fidelity audio stream for better performance.
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user