commit f43c8f73c478e5d026d8c8b28857a29444f57d29
parent ec99c3b5be2e408b9e298afa32e84afe12468654
Author: Hunter
Date:   Tue, 28 Oct 2025 11:31:39 -0400

nudge prev/next/play buttons for visual balance

Diffstat:
Mstyles.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/styles.css b/styles.css @@ -245,16 +245,20 @@ body { #playPause { background-image: url('resources/play.png'); + background-position: 53% center; } #playPause.pause { background-image: url('resources/pause.png'); + background-position: center; } #prev { background-image: url('resources/prev.png'); + background-position: 44% center; } #next { background-image: url('resources/next.png'); + background-position: 56% center; }