Remove adaptive pane (for now)

This commit is contained in:
Zeno Kapitein
2025-04-03 13:50:47 +02:00
parent cc26fb34aa
commit a1d5326ffa
2 changed files with 0 additions and 8 deletions
@@ -56,7 +56,4 @@ export const en = {
pdf_limit_reached: "Couldn't generate the PDF for ${1} pages, generation stopped at ${2}.",
pdf_limit_reached_continue: 'Extend with ${1} more pages.',
more: 'More',
adaptive_pane_open: 'Open panel',
adaptive_pane_close: 'Close panel',
adaptive_pane_title: 'For you',
};
-5
View File
@@ -509,11 +509,6 @@ const config: Config = {
addVariant('page-full-width', 'body:has(.page-full-width) &');
addVariant('page-default-width', 'body:has(.page-default-width) &');
/**
* Variant when the adaptive pane is open.
*/
addVariant('adaptive-pane', 'body.adaptive-pane &');
/**
* Variant when the page is configured to hide the table of content.
* `page.layout.tableOfContents` is set to false.