Custom HTML head content does not apply on settings page #925

Closed
opened 2026-02-04 22:57:47 +03:00 by OVERLORD · 4 comments
Owner

Originally created by @ezzra on GitHub (Nov 25, 2018).

Changes in "Custom HTML head content" are not applied on the settings page itself, I don't know if this is intended, but then it should be mentioned. I was confused at first because my changes did not have any effect.

Using v0.24.2

Originally created by @ezzra on GitHub (Nov 25, 2018). Changes in "Custom HTML head content" are not applied on the settings page itself, I don't know if this is intended, but then it should be mentioned. I was confused at first because my changes did not have any effect. Using v0.24.2
OVERLORD added the 🛠️ Enhancement💆 UX💻 Front-End labels 2026-02-04 22:57:47 +03:00
Author
Owner

@qianmengnet commented on GitHub (Nov 26, 2018):

<style>
.page-content { max-width: 1000px; }
.container.small { max-width: 1000px; }
.title-input.page-title input[type="text"] {    max-width: 1000px;}
</style>
@qianmengnet commented on GitHub (Nov 26, 2018): ``` <style> .page-content { max-width: 1000px; } .container.small { max-width: 1000px; } .title-input.page-title input[type="text"] { max-width: 1000px;} </style> ```
Author
Owner

@ezzra commented on GitHub (Nov 26, 2018):

Sorry, but I don't understand this comment, its not a CSS problem, its just that the content of the custom head field does not show up in the settings page sourcecode.

@ezzra commented on GitHub (Nov 26, 2018): Sorry, but I don't understand this comment, its not a CSS problem, its just that the content of the custom head field does not show up in the settings page sourcecode.
Author
Owner

@ssddanbrown commented on GitHub (Nov 26, 2018):

Hi @ezzra,
This is done on purpose so ensure you can revert any breaking changes.

Would be better if we added some additional text to confirm this, nearby the setting.

@ssddanbrown commented on GitHub (Nov 26, 2018): Hi @ezzra, This is done on purpose so ensure you can revert any breaking changes. Would be better if we added some additional text to confirm this, nearby the setting.
Author
Owner

@ssddanbrown commented on GitHub (Jun 10, 2019):

As of the next release, A notice will now be shown below the input to make the user aware that the setting is inactive on the settings page. Thanks for reporting @ezzra.

@ssddanbrown commented on GitHub (Jun 10, 2019): As of the next release, A notice will now be shown below the input to make the user aware that the setting is inactive on the settings page. Thanks for reporting @ezzra.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#925