diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-04-15 12:22:48 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-04-15 12:24:22 -0300 |
commit | 6b35077eb1542eaf9a89534d6920c35fee86cc04 (patch) | |
tree | 3ff4e6bb1860b67b9b2a4f2e39cdcd76cbeaa4b9 /src/write/build-modes | |
parent | 3a5b49cf3a10702c0dae1190c9baabd8a2c2ef3b (diff) |
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!
Diffstat (limited to 'src/write/build-modes')
-rw-r--r-- | src/write/build-modes/live-dev-server.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 => `<p>${text}</p>`, }; // NOTE: ALL THIS STUFF IS PASTED, REVIEW AND INTEGRATE SOON(TM) |