Details page on the right side - removable #2920

Closed
opened 2026-02-05 05:44:28 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @SwiftRedline on GitHub (Jul 25, 2022).

Describe the feature you'd like

Hello!

Is it possible to make the details page when u are on a page removable?

Describe the benefits this would bring to existing BookStack users

Better reading with more space

Can the goal of this request already be achieved via other means?

No

Have you searched for an existing open/closed issue?

  • I have searched for existing issues and none cover my fundemental request

How long have you been using BookStack?

0 to 6 months

Additional context

No response

Originally created by @SwiftRedline on GitHub (Jul 25, 2022). ### Describe the feature you'd like Hello! Is it possible to make the details page when u are on a page removable? ### Describe the benefits this would bring to existing BookStack users Better reading with more space ### Can the goal of this request already be achieved via other means? No ### Have you searched for an existing open/closed issue? - [X] I have searched for existing issues and none cover my fundemental request ### How long have you been using BookStack? 0 to 6 months ### Additional context _No response_
OVERLORD added the 🔨 Feature Request label 2026-02-05 05:44:28 +03:00
Author
Owner

@ssddanbrown commented on GitHub (Jul 25, 2022):

Hi @SwiftRedline,
This is not something I'd support as an interface option but the following should hide the "Details" section of a page, when added to the "Custom HTML Head Content" customization setting:

<style>
#page-details {
    display: none;
}
</style>

This is not an officially supported customization, so could break upon future updates.

@ssddanbrown commented on GitHub (Jul 25, 2022): Hi @SwiftRedline, This is not something I'd support as an interface option but the following should hide the "Details" section of a page, when added to the "Custom HTML Head Content" customization setting: ```html <style> #page-details { display: none; } </style> ``` This is not an officially supported customization, so could break upon future updates.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2920