aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authordvs12025-03-16 13:04:52 +1000
committerdvs12025-03-16 13:04:52 +1000
commitac134a8db3d5ad92cb3e0d5badf2971def478084 (patch)
tree77bc5dc92bae137bcc168dafa1f45a9496dd2283
parentTODO++ (diff)
downloadnotYetAnotherWiki-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.md2
-rw-r--r--default.template4
2 files changed, 1 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 1e4f09e..dc5a44b 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,8 +4,6 @@ Make it perphekd!
4 4
5## Do these 5## Do these
6 6
7The hide button isn't hiding the menu box, coz that column has 1.4fr instead of auto.
8
9Add atom feed for single page. Alas cgit only seems to have ATOM feed on the whole repo, not individual files. 7Add 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$;}