Add space to tree and generate sri

pull/910/head
AntoniaBK 2024-04-24 15:17:32 +02:00
parent c6810961f6
commit 0cecf2a3e1
2 changed files with 3 additions and 3 deletions

View File

@ -36,7 +36,7 @@
"stats.css": "/kY943FwWBTne4IIyf7iBROSfbGd82TeBicEXqKkRwawMVRIvM/Pk5MRa7okUyGIxaDjFQGmV/U1vy+PhN6Jbw==",
"stats_graph.js": "S/sMNQK1UMMLD0xQeEa7sq3ce8o6oPxwxGlyKVtaHOODjair86dbBDm7cu6pa/elMRDJT1j09jEFjWp+5GbhTw==",
"tree.css": "AvSJOleYapo+xOCcOPGxTcKg+t1TxFkmr/VvgVJbXaeDOnYECzmJOIVNZii/eFouTh85uDSgr+WLQHq3hft6Kg==",
"tree.js": "ZlVFi+IqRHVwWR2WLcwaHhOqd5AIPQfLtLdUOSIGWcg5lc6At39MQQb5k9fzCaLGCDOf+kuZNJGG3ycVCuHFQA==",
"tree.js": "MezKYufVkOBLm/Z4ENrMhKzBNDslhXYTlDhjDDAbhHo6XqRzCnTMIgYtikQ1mxkwF5P61Tl1w0kalIPe4Sca6g==",
"up.jpg": "d1ljZJ9f5JekyM6RLFFH2Ua44j6neiQBdUIXOenRTjGppQr3JaeglpQIH6BjPCJL177+TH52U3UIRNS5YAyKIg==",
"up_right.jpg": "OMmz+n+MxR34P8/fn5t4DkqKqdJRzQbXQ7fAi2lhkZIJGhVs2vIyY1f2hpYoBxDAX1OcYsSE2lqIR2vXNDGZsA==",
"video.png": "gJtmkfr8I1Kw43pYEKjg6CAjgmhl1vIBKBQ3ZkxCu3wvxQm+6kf93iLrrFiY2WuiXzxEn2Leu52GJzmVN5id0g==",

View File

@ -3,13 +3,13 @@
// Set the dimensions and margins of the diagram
let margin = {
top: document.getElementById('menu_horizontal_content').clientHeight + 10,
top: document.getElementById('menu_horizontal_content').clientHeight + 30,
right: 200,
bottom: 10,
left: 90
};
let menuHeight = document.getElementById('menu_vertical').clientHeight + 20;
let menuHeight = document.getElementById('menu_vertical').clientHeight + 60;
let width = 960 - margin.left - margin.right;
let height = menuHeight * 2;