Skip to content

Commit

Permalink
Update startup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
SharkPool-SP authored Dec 1, 2024
1 parent 999ae96 commit c48d179
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pages/startup.js
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,6 @@ function genText(type, text) {
const desc = document.createElement("div");
desc.classList.add("text-descriptor");
desc.setAttribute("type", type);
desc.setAttribute("style", "width: max-content; max-width: 90%; background-color: rgba(0,56,87,.86); border: solid 7px #0093ff; padding: 20px; border-radius: 15px; font-size: 20px; font-weight: 600; position: fixed; left: -50%; transform: translate(-50%, -50%); z-index: 999;");
desc.textContent = text;
switch (type) {
case "ext-desc":
Expand Down

0 comments on commit c48d179

Please sign in to comment.