From 0ed0e15a54a766ac72bde709394e61009ca39ab6 Mon Sep 17 00:00:00 2001 From: Andreas Grasser Date: Sun, 20 Nov 2022 15:17:18 +0100 Subject: [PATCH] Bugfixes --- create-circle.js | 3 +++ index.html | 2 +- style.css | 8 ++++++-- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/create-circle.js b/create-circle.js index 67a6def..a74a054 100644 --- a/create-circle.js +++ b/create-circle.js @@ -146,6 +146,9 @@ function showConnections() { // Also export the Username List let userDataExport = {}; let usersDivs = [document.getElementById("ud1"), document.getElementById("ud2"), document.getElementById("ud3")]; + // Clear all content of divs + for (var i=0; i<3; i++) usersDivs[i].innerHTML=""; + for (var i=0; i


-
+

Thanks to Duiker101 for creating chirpty for Twitter

Contribute on Github

diff --git a/style.css b/style.css index d2ce191..e97aa35 100644 --- a/style.css +++ b/style.css @@ -34,10 +34,14 @@ a { #usersDiv { margin-top: 30px; line-height: 100%; + font-size: 100%; +} + +#credits { + min-width: 90%; } .userSubDiv { - width: 30%; - float: left; + min-width: 400px; padding: 20px; } \ No newline at end of file