You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The BookStack interface changes based on screen size.
It mainly does this by using the larger-than and smaller-than media queries and by extension the hide-under and hide-over CSS classes
The ranges of those media queries are both exclusive. That means that when specifying hide-under-l on one element, and hide-over-l on another element, their behavior at a width of 1000px is not defined.
This applies to all screen sizes, and is especially noticeable when one element disappears and another appears in it's place at a certain width.
Steps to Reproduce
Open the BookStack app (demo works)
Open the developer console
Resize the developer console to make the website viewport exactly 1000px
Expected Behaviour
Interface should be correct at all screen sizes.
Browser Details
Firefox and Chromium on Windows 11
Exact BookStack Version
Development version and live demo version
Screenshots or Additional Context
1000px: Over 1000px: Under 1000px:
The text was updated successfully, but these errors were encountered:
Describe the Bug
The BookStack interface changes based on screen size.
It mainly does this by using the
larger-than
andsmaller-than
media queries and by extension thehide-under
andhide-over
CSS classesThe ranges of those media queries are both exclusive. That means that when specifying
hide-under-l
on one element, andhide-over-l
on another element, their behavior at a width of 1000px is not defined.This applies to all screen sizes, and is especially noticeable when one element disappears and another appears in it's place at a certain width.
Steps to Reproduce
Expected Behaviour
Interface should be correct at all screen sizes.
Browser Details
Firefox and Chromium on Windows 11
Exact BookStack Version
Development version and live demo version
Screenshots or Additional Context
1000px:
Over 1000px:
Under 1000px:
The text was updated successfully, but these errors were encountered: