Mercurial Hosting > disearch
diff src/site.js @ 11:62dd23f0b549
start add server
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 29 Oct 2023 22:39:31 -0600 |
parents | 88f425d261b3 |
children | 3e2cb946d511 |
line wrap: on
line diff
--- a/src/site.js Fri Oct 27 16:20:45 2023 -0600 +++ b/src/site.js Sun Oct 29 22:39:31 2023 -0600 @@ -50,7 +50,7 @@ //console.log("clickMenu"); let pulldown = clicked.parentNode.querySelector('[pulldown_menu]'); if( pulldown !== currentPulldown ) { - pulldown.style.display = display || "block"; + pulldown.style.display = display || "flex"; newPulldown = pulldown; window.onclick = function() { if( currentPulldown ) {