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