diff options
-rw-r--r-- | TODO.md | 4 | ||||
-rw-r--r-- | default.template | 4 |
2 files changed, 2 insertions, 6 deletions
@@ -4,10 +4,6 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | TOC | ||
8 | |||
9 | - Lengthy headings need to be tamed. | ||
10 | |||
11 | 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. | 7 | 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. |
12 | 8 | ||
13 | - One quirk to watch for is if a URL path changes, the docs that have that URL need to be redone. | 9 | - 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 @@ | |||
34 | // "menu body" | 34 | // "menu body" |
35 | // "history foot" | 35 | // "history foot" |
36 | // "nyaw ."; | 36 | // "nyaw ."; |
37 | grid-template-columns: auto 1fr auto auto; | 37 | grid-template-columns: 1.4fr 8fr auto auto; |
38 | grid-template-rows: auto auto 1fr auto auto; | 38 | grid-template-rows: auto auto 1fr auto auto; |
39 | // grid-auto-columns: minmax(auto, auto); | 39 | // grid-auto-columns: minmax(auto, auto); |
40 | // grid-auto-rows: minmax(auto, auto); | 40 | // grid-auto-rows: minmax(auto, auto); |
@@ -44,7 +44,7 @@ | |||
44 | .boxTools {grid-area: tools; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content;} | 44 | .boxTools {grid-area: tools; grid-column: 2 / 4; grid-row: 1 / 1; height: min-content;} |
45 | .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; text-align: right;} | 45 | .boxHead {grid-area: head; grid-column: 2 / 4; grid-row: 2 / 2; height: min-content; text-align: right;} |
46 | 46 | ||
47 | .boxMenu {grid-area: menu; grid-column: 1 / 1; grid-row: 3 / 3; height: min-content; width: min-content; vertical-align: top; padding: 4px;} | 47 | .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;} |
48 | .boxBody {grid-area: body; grid-column: 2 / 4; grid-row: 3 / 3; vertical-align: top; | 48 | .boxBody {grid-area: body; grid-column: 2 / 4; grid-row: 3 / 3; vertical-align: top; |
49 | height: 100%; width: 100%; | 49 | height: 100%; width: 100%; |
50 | background: black; color: white; | 50 | background: black; color: white; |