Skip to content

Commit

Permalink
make border less bad
Browse files Browse the repository at this point in the history
Signed-off-by: ClaytonTDM <claytontdm@gmail.com>
  • Loading branch information
ClaytonTDM committed Oct 8, 2024
1 parent 6c796de commit 63ae08c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/level/izombieleveleditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@
$("dAll").appendChild(levelDataElement);
const copyButtonElement = document.createElement("button");
copyButtonElement.style.position = "absolute";
copyButtonElement.style.left = "calc(75% - 20px)";
copyButtonElement.style.left = "calc(75% - 19.5px)";
copyButtonElement.style.top = "50%";
copyButtonElement.style.transform = "translate(-50%, -50%)";
copyButtonElement.style.width = "35px";
Expand Down

0 comments on commit 63ae08c

Please sign in to comment.