From aaa216f899656aec815d20f45e04cdd2c8ed4759 Mon Sep 17 00:00:00 2001 From: brian Date: Tue, 25 Oct 2022 11:16:13 -0400 Subject: [PATCH] solved drop down double click issue --- README.md | 7 +++---- css/dropdown.js | 4 ++++ index.html | 7 +++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 520c180..224d349 100644 --- a/README.md +++ b/README.md @@ -3,11 +3,10 @@ ![LittleLink](https://cdn.cottle.cloud/littlelink/social-circle.png) LittleLink is a lightweight DIY alternative to services like [Linktree](https://linktr.ee) -and [many.link](https://many.link/). I forked this to publish as a project page using github and will add additional logos which I need but not necessarily everyone else. +and [many.link](https://many.link/). I forked this to publish as a project page using github and will add additional logos which I need but not necessarily everyone else. NOTES FOR ME: -Change colors via: `skeleton-light.css` or `skeleton-dark.css` to the HEX values of your choosing. +Change colors via: `skeleton-light.css` or `skeleton-dark.css` to the HEX values of your choosing. Automatic theme option: You can also set your CSS to `skeleton-auto.css`, which will use the system theme of the device you visit on. - - +This branch will be used for development so that the main branch will function as the website itself. diff --git a/css/dropdown.js b/css/dropdown.js index 2dadad5..ffaed2c 100644 --- a/css/dropdown.js +++ b/css/dropdown.js @@ -1,3 +1,7 @@ +// to do: +// - menus need to be clicked twice to open +// - clicking on window does not result in menu closing + function PRlist() { var click = document.getElementById("PR"); if(click.style.display ==="none") { diff --git a/index.html b/index.html index 06af619..c2770dd 100644 --- a/index.html +++ b/index.html @@ -107,7 +107,8 @@