mirror of
https://github.com/nuttylmao/nutty.gg.git
synced 2026-09-19 04:00:59 -04:00
Re-release of Multistream Title Updater
Minor Printer.bot improvements
This commit is contained in:
@@ -67,7 +67,7 @@
|
||||
|
||||
<!-- Footer -->
|
||||
<div id="receipt-footer">
|
||||
<img id="receipt-icon" src="icons/platforms/twitch.png">
|
||||
<img id="receipt-icon" src="">
|
||||
<div id="receipt-date"></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -304,7 +304,7 @@ async function CustomEvent(data) {
|
||||
titleEl.innerText = `Gifted Sub`;
|
||||
|
||||
const messageEl = document.createElement('div');
|
||||
messageEl.innerHTML = `<b>${data["recipient.userName"]}</b><br>received a sub from<br><b>${data.user}</b>!`;
|
||||
messageEl.innerHTML = `<b>${data.user}</b><br>gifted a sub to<br><b>${data["recipient.userName"]}</b>!`;
|
||||
|
||||
contentEl.appendChild(messageEl);
|
||||
}
|
||||
|
||||
@@ -1,3 +1,7 @@
|
||||
body {
|
||||
margin: 1em;
|
||||
}
|
||||
|
||||
#settings {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
@@ -58,7 +62,8 @@
|
||||
height: 2em;
|
||||
}
|
||||
|
||||
#receipt-icon:empty {
|
||||
#receipt-icon:not([src]),
|
||||
#receipt-icon[src=""] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user