From 76a1faf8b069aef95a88c0c1a9e0b356a2982a09 Mon Sep 17 00:00:00 2001 From: Simon Date: Mon, 28 Jul 2025 21:56:09 -0400 Subject: [PATCH] added rename function and clone button (no clone yet) --- startpage.html | 43 ++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 42 insertions(+), 1 deletion(-) diff --git a/startpage.html b/startpage.html index 446b1c5..4da7714 100644 --- a/startpage.html +++ b/startpage.html @@ -182,6 +182,12 @@ display: flex; flex-direction: column; } + .renameAndClone { + display: flex; + flex-direction: row; + justify-content: space-between; + margin: .5rem .5rem 1rem 0; + } .sectionListingContainer { display: flex; @@ -520,6 +526,7 @@

+ todo: recoloring links and then adding a new one resets the color, and something else. check the refreshing of containers, yo!