struttura sintattica, in progress

This commit is contained in:
cesare 2023-02-04 16:47:05 +01:00
parent fa21842778
commit 59b7ac963a
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ $(" ."+formaClass).hover(function(idx, element) {
//minimap.style.width='15%';
minimap.style.width = '100%';
realScale = minimap.clientWidth / bodyWidth;
realScale = minimap.clientWidth / (bodyWidth / 2);
minimapSize.style.paddingTop = `${bodyRatio * 100}%`
viewer.style.paddingTop = `${winRatio * 100}%`;