diff options
author | dvs1 | 2025-03-16 13:04:52 +1000 |
---|---|---|
committer | dvs1 | 2025-03-16 13:04:52 +1000 |
commit | ac134a8db3d5ad92cb3e0d5badf2971def478084 (patch) | |
tree | 77bc5dc92bae137bcc168dafa1f45a9496dd2283 | |
parent | TODO++ (diff) | |
download | notYetAnotherWiki-ac134a8db3d5ad92cb3e0d5badf2971def478084.zip notYetAnotherWiki-ac134a8db3d5ad92cb3e0d5badf2971def478084.tar.gz notYetAnotherWiki-ac134a8db3d5ad92cb3e0d5badf2971def478084.tar.bz2 notYetAnotherWiki-ac134a8db3d5ad92cb3e0d5badf2971def478084.tar.xz |
Don't hide the left menu, now that it contains headings.
-rw-r--r-- | TODO.md | 2 | ||||
-rw-r--r-- | default.template | 4 |
2 files changed, 1 insertions, 5 deletions
@@ -4,8 +4,6 @@ Make it perphekd! | |||
4 | 4 | ||
5 | ## Do these | 5 | ## Do these |
6 | 6 | ||
7 | The hide button isn't hiding the menu box, coz that column has 1.4fr instead of auto. | ||
8 | |||
9 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. | 7 | Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. |
10 | 8 | ||
11 | - However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs. | 9 | - However, once timestamps are sorted, I can use that code to generate (static?) RSS and ATOM feeds, and create page histories using diffs. |
diff --git a/default.template b/default.template index 5d4cb91..75922ac 100644 --- a/default.template +++ b/default.template | |||
@@ -36,8 +36,6 @@ | |||
36 | // "nyaw nyaw nyaw nyaw"; | 36 | // "nyaw nyaw nyaw nyaw"; |
37 | grid-template-columns: 1.4fr 8fr 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); | ||
40 | // grid-auto-rows: minmax(auto, auto); | ||
41 | overflow-x: auto; overflow-y: auto; | 39 | overflow-x: auto; overflow-y: auto; |
42 | } | 40 | } |
43 | .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;} | 41 | .boxLogo {grid-area: logo; grid-column: 1 / 1; grid-row: 1 / 2; height: min-content;} |
@@ -68,8 +66,8 @@ | |||
68 | #modeToggleMenu:checked ~ .boxLogo {display: none;} | 66 | #modeToggleMenu:checked ~ .boxLogo {display: none;} |
69 | #modeToggleMenu:checked ~ .boxHead {display: none;} | 67 | #modeToggleMenu:checked ~ .boxHead {display: none;} |
70 | // #modeToggleMenu:checked ~ .boxTools {display: none;} | 68 | // #modeToggleMenu:checked ~ .boxTools {display: none;} |
69 | // #modeToggleMenu:checked ~ .boxMenu {display: none; width: 0px; max-width: 0px; } | ||
71 | 70 | ||
72 | #modeToggleMenu:checked ~ .boxMenu {display: none;} | ||
73 | #modeToggleBody:checked ~ .boxBody {background: white; color: black;} | 71 | #modeToggleBody:checked ~ .boxBody {background: white; color: black;} |
74 | #modeToggleBody:checked ~ .boxBody a:active {color: $devuanDevuanalink$;} | 72 | #modeToggleBody:checked ~ .boxBody a:active {color: $devuanDevuanalink$;} |
75 | #modeToggleBody:checked ~ .boxBody a:link {color: $devuanDevuanlink$;} | 73 | #modeToggleBody:checked ~ .boxBody a:link {color: $devuanDevuanlink$;} |