From 60e3e814387a70063fc3239a24a0dd7baa280db6 Mon Sep 17 00:00:00 2001 From: dvs1 Date: Sat, 15 Mar 2025 11:21:13 +1000 Subject: TODO-- --- TODO.md | 4 ---- default.template | 4 ++-- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/TODO.md b/TODO.md index dfcacdd..5a33a73 100644 --- a/TODO.md +++ b/TODO.md @@ -4,10 +4,6 @@ Make it perphekd! ## Do these -TOC - -- Lengthy headings need to be tamed. - Check the timestamps on the files, only update if source is newer than destination. Meh, it's already 600 times faster than the pandoc version. - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. diff --git a/default.template b/default.template index a23bf89..620fad0 100644 --- a/default.template +++ b/default.template @@ -34,7 +34,7 @@ // "menu body" // "history foot" // "nyaw ."; - grid-template-columns: auto 1fr auto auto; + grid-template-columns: 1.4fr 8fr auto auto; grid-template-rows: auto auto 1fr auto auto; // grid-auto-columns: minmax(auto, auto); // grid-auto-rows: minmax(auto, auto); @@ -44,7 +44,7 @@ .boxTools {grid-area: tools; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content;} .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; text-align: right;} - .boxMenu {grid-area: menu; grid-column: 1 / 1; grid-row: 3 / 3; height: min-content; width: min-content; vertical-align: top; padding: 4px;} + .boxMenu {grid-area: menu; grid-column: 1 / 1; grid-row: 3 / 3; height: min-content; vertical-align: top; padding: 4px; overflow-x: auto; overflow-y: auto;} .boxBody {grid-area: body; grid-column: 2 / 4; grid-row: 3 / 3; vertical-align: top; height: 100%; width: 100%; background: black; color: white; -- cgit v1.1