fix bonusBarbarianVillageFinder position in DOM

This commit is contained in:
Dawid Wysokiński 2020-07-25 12:20:57 +02:00
parent 96d305661f
commit f5f766b229
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import { calcDistanceBetweenTwoPoints } from './utils/math';
// @namespace https://github.com/tribalwarshelp/scripts
// @updateURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/bonusBarbarianVillageFinder.js
// @downloadURL https://raw.githubusercontent.com/tribalwarshelp/scripts/master/dist/bonusBarbarianVillageFinder.js
// @version 0.4.1
// @version 0.4.2
// @description Bonus barbarian village finder
// @author Kichiyaki http://dawid-wysokinski.pl/
// @match *://*/game.php*screen=map*
@ -167,6 +167,7 @@ const renderUI = () => {
if (!container) {
container = document.createElement('div');
container.classList.add('containerBorder');
container.style.clear = 'both';
document.querySelector('#map_big').appendChild(container);
}