From 11bc2e1d99bf78c8c224ae2a78a75983f66d0be4 Mon Sep 17 00:00:00 2001 From: Seth Trowbridge Date: Mon, 3 Nov 2025 15:58:48 -0500 Subject: [PATCH] style tweaks --- app.js | 2 +- index.html | 40 ++++++++++++++++++++++++++++++++++++++++ styles.js | 22 +++++++++++++++------- 3 files changed, 56 insertions(+), 8 deletions(-) diff --git a/app.js b/app.js index 844fcb2..0649f4e 100644 --- a/app.js +++ b/app.js @@ -171,7 +171,7 @@ function Desks(inDesks) ) ); }), - DOM.td("⇉"), + DOM.td(Div.Icon("⇉")), desk.make.map((part, index, array)=> { const partPass = part.pass.get(pass); diff --git a/index.html b/index.html index c4acd1d..364035a 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,46 @@ Document +