Design Updates
This goes in depth of the stylesheet overrides made w.r.t. to the furo theme. These mostly serve as a developer note to remember the updates done.
Scrolling Behaviour
Originally, brand text and search container had fixed pposition and could only scroll the rest of the navigation part.
Now the entire sidebar container can be scrolled.
Layout Changes
Layout for max-width: 46em and max-width: 52em
Only
contentis visible with width of 100%.
Content |
|---|
100% |
Layout for max-width: 67em
52em < Total Width < 67em
Only
contentis visible with width of 46em.
Content |
|---|
46em |
Layout for max-width: 82em
sidebarandcontentare visible.contentwidth: 46em.sidebarwidth: 18em.sidebarwidth: \(\big( 100\% - (\text{full}_\text{width} - \text{sidebar}_\text{width} ) + \text{sidebar}_\text{width} \big)\)
Sidebar |
Content |
|---|---|
|
46em |
Layout for min-width: 82em and above
sidebar,content, andtoc-drawerare visible.sidebarwidth: 18em.sidebarwidth: \(\big( (100\% - \text{full}_\text{width}) + \text{sidebar}_\text{width} \big)\)toc-drawerwidth: 12em.
Sidebar |
Content |
TOC Drawer |
|---|---|---|
|
46em |
12em |
Layout for min-width: 100em
contentwidth: 52emsidebarmax-width: 350px
Sidebar |
Content |
TOC Drawer |
|---|---|---|
350px |
52em |
12em |
Layout for min-width: 110em
contentwidth: 58emsidebarmax-width: 350px
Sidebar |
Content |
TOC Drawer |
|---|---|---|
350px |
58em |
12em |