botstopper: Add info about cookies #497
Open
tdgroot wants to merge 3 commits into
Open
Conversation
Contributor
|
Acceptance server is available at https://docs-eph7iok67.hypernode.io. |
poespas
reviewed
Jun 9, 2026
| .admonition-title { | ||
| background: transparent; | ||
| font-size: 16px; | ||
| margin: -12px -12px 6px; |
Collaborator
There was a problem hiding this comment.
It's nicer to set:
padding: 0;
margin-bottom: 6px;
that way we won't have conflicting padding and margins for the same element, above snippet results in the same front-end.
Users must be aware that they need to review their cookie consent manager policies to make sure the botstopper cookie is going to be allowed.
This makes it take less space and more readable
aa43cb6 to
6f329f4
Compare
Contributor
|
Acceptance server is available at https://docs-eph7iok67.hypernode.io. |
Contributor
|
Acceptance server is available at https://docs-eph7iok67.hypernode.io. |
poespas
approved these changes
Jun 10, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Users must be aware that they need to review their cookie consent
manager policies to make sure the botstopper cookie is going to be
allowed.