Spaces:
Build error
Build error
Update src/addons/addons/debug-console/userscript.js
Browse files
src/addons/addons/debug-console/userscript.js
CHANGED
@@ -17,7 +17,7 @@ while (true) {
|
|
17 |
if (window.__injectedConsole) return;
|
18 |
window.__injectedConsole = true;
|
19 |
|
20 |
-
const style =
|
21 |
#floatingConsole {
|
22 |
position: fixed;
|
23 |
bottom: 20px;
|
@@ -81,6 +81,7 @@ while (true) {
|
|
81 |
padding: 10px;
|
82 |
cursor: pointer;
|
83 |
}
|
|
|
84 |
;
|
85 |
|
86 |
const css = document.createElement("style");
|
|
|
17 |
if (window.__injectedConsole) return;
|
18 |
window.__injectedConsole = true;
|
19 |
|
20 |
+
const style = `
|
21 |
#floatingConsole {
|
22 |
position: fixed;
|
23 |
bottom: 20px;
|
|
|
81 |
padding: 10px;
|
82 |
cursor: pointer;
|
83 |
}
|
84 |
+
`
|
85 |
;
|
86 |
|
87 |
const css = document.createElement("style");
|