From 02a1abd4644e497598d65b72237890d44bdb6d20 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 26 Jul 2025 15:19:29 -0400 Subject: [PATCH] moved listing manage buttons out of expandable menu + added padding --- startpage.html | 33 ++++++++++++++++----------------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/startpage.html b/startpage.html index e5055d1..68b490e 100644 --- a/startpage.html +++ b/startpage.html @@ -176,7 +176,7 @@ justify-content: space-between; align-items: center; - padding: 1rem 0rem; + padding: 1rem 1rem; } .bookmarkListingContainer { display: flex; @@ -1156,15 +1156,15 @@ + -
-
- ${zindex == numberTotalContainers ? `` : upButtons} - ${zindex == 1 ? `` : downButtons} -
-
- +
+
+ ${zindex == numberTotalContainers ? `` : upButtons} + ${zindex == 1 ? `` : downButtons}
+
+
` @@ -1333,16 +1333,15 @@
-
+ -
-
- ${zindex == numberTotalContainers ? `` : upButtons} - ${zindex == 1 ? `` : downButtons} -
-
- -
+
+
+ ${zindex == numberTotalContainers ? `` : upButtons} + ${zindex == 1 ? `` : downButtons} +
+
+