diff options
author | Indrajith K L | 2025-07-01 00:11:46 +0530 |
---|---|---|
committer | Indrajith K L | 2025-07-01 00:11:46 +0530 |
commit | 849215137a162f2fa6525f7ae56806dff1e77a91 (patch) | |
tree | e6a1ae6e875e86e457ebdd9544b65771741e5a56 /index.html | |
parent | 86745ec8bef043018f229bb1625e0ef191271a43 (diff) | |
download | retrowave-player-849215137a162f2fa6525f7ae56806dff1e77a91.tar.gz retrowave-player-849215137a162f2fa6525f7ae56806dff1e77a91.tar.bz2 retrowave-player-849215137a162f2fa6525f7ae56806dff1e77a91.zip |
More bug fixes - no-pause stuffs
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -63,10 +63,10 @@ </div> <div class="control-group no-pause"> <div class="no-pause buttons terminal-btn" title="OPEN TERMINAL"> - <span class="retro-icon">>_</span> + <span class="retro-icon no-pause">>_</span> </div> <div class="no-pause buttons refresh" title="NEXT TRACK"> - <span class="retro-icon">▶▶</span> + <span class="retro-icon no-pause">▶▶</span> </div> </div> </div> |