Skip to content

Commit f8c630b

Browse files
committed
Monitor
1 parent 0414c3c commit f8c630b

File tree

4 files changed

+239
-117
lines changed

4 files changed

+239
-117
lines changed

Protest/Front/loader.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
console.log("%cWarning:", "color:#FFBA00; font-weight:bold; font-size:20px");
2-
console.log("%c For security reasons, don't copy-paste any code into this console. Unauthorized code execution may compromise your data. Always ensure the source and legitimacy of any code you execute. ", "background:#FFBA00; color:#202020; font-weight:bold");
2+
console.log("%c Don't copy-paste any code into this console. Unauthorized code execution may compromise your data. Always ensure the source and legitimacy of any code you execute. ", "background:#FFBA00; color:#202020; font-weight:bold");
33

44
const LOADER = {
55
devices: {},

Protest/Front/monitor.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,8 @@
121121
background-size: 56px 56px;
122122
background-position: 8px center;
123123
background-repeat: no-repeat;
124-
124+
white-space: nowrap;
125+
125126
transition: .2s;
126127
}
127128

0 commit comments

Comments
 (0)