Slight cosmetic fix in Machichara

main
Inga 🏳‍🌈 14 years ago
parent 96b9a0116f
commit cb40b3b001
  1. 1
      static/js/machichara/simple.js

@ -18,6 +18,7 @@ function simpleMachichara(imageUrl) {
machicharaSimpleElement.style.position = isIe ? "absolute" : "fixed";
machicharaSimpleElement.style.top = "50%";
machicharaSimpleElement.style.left = "50%";
machicharaSimpleElement.style.zIndex = 11;
document.body.appendChild(machicharaSimpleElement);
var machicharaSimpleImageElement = document.createElement("img");
machicharaSimpleImageElement.src = imageUrl;

Loading…
Cancel
Save