This commit is contained in:
cesare 2022-11-18 15:17:25 +01:00
parent e64a69c248
commit 2bf937668a
1 changed files with 1 additions and 1 deletions

View File

@ -387,7 +387,7 @@ jQuery(document).delegate('#cleanresult', 'click', function(e) {
viewer.style.paddingTop = `${(winRatio) * 50}%`;
//test
minimapContent.style.transform = `scale(${realScale})`;
minimapContent.style.width = `${(100 / realScale)}%`
minimapContent.style.height = `${(100 / realScale)}%`