From db7e7dcd2956722a7c39306d59be55f4bc0c1a42 Mon Sep 17 00:00:00 2001
From: Tara Rostami <132676256+TaraRostami@users.noreply.github.com>
Date: Wed, 17 Sep 2025 08:47:04 -0500
Subject: css [fixes] (#3487)
---
web/html/index.html | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'web/html/index.html')
diff --git a/web/html/index.html b/web/html/index.html
index fca0eb87..f2ca8472 100644
--- a/web/html/index.html
+++ b/web/html/index.html
@@ -538,7 +538,7 @@
const h = this.drawHeight
const w = this.drawWidth
// draw at 25%, 50%, 75%
- return [0.25, 0.5, 0.75]
+ return [0, 0.25, 0.5, 0.75, 1]
.map(r => Math.round(this.paddingTop + h * r))
.map(y => ({ x1: this.paddingLeft, y1: y, x2: this.paddingLeft + w, y2: y }))
},
@@ -622,7 +622,7 @@
-
+
--
cgit v1.2.3