diff --git a/startpage.html b/startpage.html index 78f189c..59efae1 100644 --- a/startpage.html +++ b/startpage.html @@ -195,7 +195,7 @@ .menuHeader { text-align: center; width: 100%; - font-style: italic; + font-style: normal; font-weight: bold; padding: 1rem 0; margin: 0; @@ -354,7 +354,7 @@

-

tips and tricks

+

tips and design tricks

+

@@ -377,6 +377,12 @@
then, add new sections to the layer without entering any label/link information. customize the layer's section text to your liking and place wherever you want.

+

+ vertical / horizontal lines:
+ create a bookmark layer and set the border to your desired line width. remove the + clock, date, and divider so that it's just an empty container, then shrink the container + all the way left or up so that it becomes just a line! +

@@ -854,14 +860,14 @@ "beforeend", `
-
+

-
+
` ); @@ -3229,11 +3235,11 @@ document.getElementById(containerId + "-divider").style.display = checkboxChanged.target.checked ? "block" : "none"; - if (checkboxChanged.target.checked && Object.keys(container.sections).length > 0) { - document.getElementById(containerId + "-clock").style.marginBottom = "18px"; + if (!checkboxChanged.target.checked && Object.keys(container.sections).length > 0) { + document.getElementById(containerId + "-header").style.marginBottom = "18px"; } else { - document.getElementById(containerId + "-clock").style.marginBottom = "0px"; - } + document.getElementById(containerId + "-header").style.marginBottom = "0px"; + } } // GENERAL TEXT SETTINGS