From beb8a2883f6481ea2daadfb68d51e3ca6ec5abb6 Mon Sep 17 00:00:00 2001 From: Simon Date: Fri, 25 Jul 2025 18:07:43 -0400 Subject: [PATCH] fixed width issue on bookmark inputs --- startpage.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/startpage.html b/startpage.html index 5ba328a..c884163 100644 --- a/startpage.html +++ b/startpage.html @@ -924,7 +924,7 @@ id=${this.id + "-url-input"} type="text" name="url" placeholder="enter URL for bookmark" - style="width: 20rem;" + style="width: 90%;" />
@@ -932,7 +932,7 @@ id=${this.id + "-label-input"} type="text" name="label" placeholder="enter label for bookmark" - style="width: 20rem" + style="width: 90%" />
@@ -940,7 +940,7 @@ id=${this.id + "-section-input"} type="text" name="section" placeholder="optional: enter a new or existing section name" - style="width: 20rem" + style="width: 90%" />