mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-21 01:53:26 +00:00
Remove adaptive pane (for now)
This commit is contained in:
@@ -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',
|
||||
};
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user