Skip to content

Commit

Permalink
Update index.user.js
Browse files Browse the repository at this point in the history
  • Loading branch information
sunfkny authored Nov 24, 2021
1 parent 307e5b3 commit c81adee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@
var t = document.createTextNode("导出");
var eButton = document.createElement("button");
eButton.appendChild(t);
eButton.style = "position: absolute;right: 0px;padding: .1rem;";
eButton.style = "padding: .1rem;";
eButton.setAttribute("onclick", "window.gachaExport()");
eButton.classList = "title";
document.querySelector("div.type-select-container").appendChild(eButton)
Expand Down

0 comments on commit c81adee

Please sign in to comment.