From 6b35077eb1542eaf9a89534d6920c35fee86cc04 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 15 Apr 2023 12:22:48 -0300 Subject: content: generateAlbumSidebar + misc fixes This restores the CSS for sticky sidebars, but removes the specific lines applying that effect (for the album sidebar). There's also an experimental new splitter for the joined group info box but we might go back on that or do something different. No tests for the new stuff here yet! --- src/write/build-modes/live-dev-server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/write') diff --git a/src/write/build-modes/live-dev-server.js b/src/write/build-modes/live-dev-server.js index 1e72e5a8..50caafe9 100644 --- a/src/write/build-modes/live-dev-server.js +++ b/src/write/build-modes/live-dev-server.js @@ -359,7 +359,7 @@ export async function go({ ...bound, appendIndexHTML: false, - transformMultiline: text => text, + transformMultiline: text => `

${text}

`, }; // NOTE: ALL THIS STUFF IS PASTED, REVIEW AND INTEGRATE SOON(TM) -- cgit 1.3.0-6-gf8a5