From daa663059eca044f2c7e4416532bcd8a6add87e1 Mon Sep 17 00:00:00 2001 From: Simon Date: Thu, 21 Aug 2025 23:51:03 -0400 Subject: [PATCH] fixed alignment / placeholder text on 2 things --- startpage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/startpage.html b/startpage.html index 91090d8..78f189c 100644 --- a/startpage.html +++ b/startpage.html @@ -325,7 +325,7 @@ this is the configuration panel - use the tabs above to find various customization options for your startpage experience.

- this panel is adjustable, as every "layer" you add to the page will be as well. + this panel is adjustable, and every "layer" you add to the page will be as well. click + drag to move, right-click + drag to resize.

on the "layers" tab, you can add two types of layers to the page: @@ -452,7 +452,7 @@ /> @@ -2098,7 +2098,7 @@ if (numberTotalContainers == 0) { document.getElementById("containers").insertAdjacentHTML( "beforeend", - `

(you have no layers right now)

` + `

(you have no layers right now)

` ); }