From e6c14a51ce892699baf669de6611310bfc3446c1 Mon Sep 17 00:00:00 2001 From: nate smith Date: Fri, 19 Apr 2024 16:09:11 -0700 Subject: [PATCH] tweak labels --- assets/main.js | 2 +- templates/index.tmpl | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/assets/main.js b/assets/main.js index 5215873..ce4be7f 100644 --- a/assets/main.js +++ b/assets/main.js @@ -34,7 +34,7 @@ class LineRemover extends Button { class LinePinner extends Button { connectedCallback() { //this.innerText = "lock"; - this.setAttribute("title", "lock line in place"); + this.setAttribute("title", "pin line in place"); } click() { const l = this.closest("div.line"); diff --git a/templates/index.tmpl b/templates/index.tmpl index 92159a3..775fc56 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -94,7 +94,7 @@ a { text-align: right; } div.linectrl button { - width: 30px; + width: 60px; height: 30px; } div.line:not(.unpinned) .linetext { @@ -110,7 +110,7 @@ a {
- +
@@ -137,11 +137,11 @@ a {
- +
- +