Compare commits
No commits in common. "a2ae329d54afb9a987da269d758aefe9a65f2dd1" and "a795680e992f271d9bab54319c1f0c2b2a0043e5" have entirely different histories.
a2ae329d54
...
a795680e99
|
|
@ -9,7 +9,7 @@
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
background: #1a1a1a;
|
background: #1a1a1a;
|
||||||
font-family: 'VT323', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
}
|
}
|
||||||
.persistent-player {
|
.persistent-player {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
@ -36,7 +36,7 @@
|
||||||
color: #00ff00;
|
color: #00ff00;
|
||||||
border: 1px solid #00ff00;
|
border: 1px solid #00ff00;
|
||||||
padding: 3px 8px;
|
padding: 3px 8px;
|
||||||
font-family: 'VT323', monospace;
|
font-family: 'Courier New', monospace;
|
||||||
}
|
}
|
||||||
audio {
|
audio {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
|
|
@ -73,7 +73,7 @@
|
||||||
|
|
||||||
<span class="now-playing-mini" id="mini-now-playing">Loading...</span>
|
<span class="now-playing-mini" id="mini-now-playing">Loading...</span>
|
||||||
|
|
||||||
<button onclick="disableFramesetMode()" style="background: #2a2a2a; color: #00ff00; border: 1px solid #00ff00; padding: 5px 10px; cursor: pointer; font-family: 'VT323', monospace; font-size: 0.85em; white-space: nowrap;">
|
<button onclick="disableFramesetMode()" style="background: #2a2a2a; color: #00ff00; border: 1px solid #00ff00; padding: 5px 10px; cursor: pointer; font-family: 'Courier New', monospace; font-size: 0.85em; white-space: nowrap;">
|
||||||
✕ Disable
|
✕ Disable
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue