Compare commits
No commits in common. "835f91d17ce6c678d9cc8f970f446f22b3c7a3e6" and "dfc81c6e5e3993e625ca89b00a681d58306912f0" have entirely different histories.
835f91d17c
...
dfc81c6e5e
|
|
@ -389,11 +389,6 @@ Built with:
|
||||||
|
|
||||||
Special thanks to all contributors and the Common Lisp community.
|
Special thanks to all contributors and the Common Lisp community.
|
||||||
|
|
||||||
* Credits
|
|
||||||
|
|
||||||
** Icons
|
|
||||||
- [[https://www.flaticon.com/free-icons/cycle][Cycle icons created by meaicon - Flaticon]] (sync.png reconnect button)
|
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
*Last Updated: 2025-10-26*
|
*Last Updated: 2025-10-26*
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 904 B |
|
|
@ -29,7 +29,7 @@
|
||||||
<span class="now-playing-mini" id="mini-now-playing">Loading...</span>
|
<span class="now-playing-mini" id="mini-now-playing">Loading...</span>
|
||||||
|
|
||||||
<button id="reconnect-btn" onclick="reconnectStream()" class="persistent-reconnect-btn" title="Reconnect if audio stops working">
|
<button id="reconnect-btn" onclick="reconnectStream()" class="persistent-reconnect-btn" title="Reconnect if audio stops working">
|
||||||
<img src="/asteroid/static/icons/sync.png" alt="Reconnect" style="width: 18px; height: 18px; vertical-align: middle; filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);">
|
🔄
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button onclick="disableFramesetMode()" class="persistent-disable-btn">
|
<button onclick="disableFramesetMode()" class="persistent-disable-btn">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue