From 59b4aebc775028f4901eabd6d9e9ce3db1165b36 Mon Sep 17 00:00:00 2001
From: Thomas MESLIN <th.meslin@gmail.com>
Date: Sun, 13 Apr 2025 23:13:46 +0200
Subject: [PATCH] =?UTF-8?q?nx=20modifi=C3=A9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 script/src/python_networkx_pyvis/nx.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/script/src/python_networkx_pyvis/nx.html b/script/src/python_networkx_pyvis/nx.html
index 1bdc846..c8c1334 100644
--- a/script/src/python_networkx_pyvis/nx.html
+++ b/script/src/python_networkx_pyvis/nx.html
@@ -32,8 +32,8 @@
         <style type="text/css">
 
              #mynetwork {
-                 width: 500px;
-                 height: 500px;
+                 width: 1500px;
+                 height: 1500px;
                  background-color: #ffffff;
                  border: 1px solid lightgray;
                  position: relative;
@@ -73,7 +73,7 @@
                  position:absolute;
                  top:10px;
                  left:10px;
-                 width:500px;
+                 width:1500px;
                  height:23px;
                  margin:auto auto auto auto;
                  box-shadow: 0px 0px 4px rgba(0,0,0,0.2);
@@ -269,4 +269,4 @@
               drawGraph();
         </script>
     </body>
-</html>
\ No newline at end of file
+</html>
-- 
GitLab