Closed jimjam-slam closed 8 hours ago
Nice, this is an improvement!
One this I noticed: the width of the overlay narrative col is the full window instead of the narrative col on a demo that is native.overlay-center
.
Is this the bit of .overlay-center
that we want to propagate up to the media query?
Thanks @andrewpbray, have fixed that! Ready to merge if you're otherwise happy with it 😊
Great - I'm happy!
7f4bcf2 makes the structural change here, setting a breakpoint for sidebar layouts one step up the Bootstrap breakpoint ladder (to 768px).
In 6b6832b, I've adjusted the sidebar width in both gallery examples to
minmax(320px, 1fr)
(in Auden it wasminmax(400px, 1fr)
; in Minard it was1fr
).I actually think this is a much better default for all users — would you be okay with me changing the CSS custom property default as part of this PR, @andrewpbray?