Apply the min-width to the side panels themselves instead of to the children, which seems not to work

foo 4 years ago
parent 239e5b931c
commit 7f326933b1

@ -23,15 +23,11 @@
/* Stack panels */
#jp-left-stack > .lm-Widget,
#jp-right-stack > .lm-Widget {
min-width: var(--jp-sidebar-min-width);
}
#jp-right-stack,
#jp-left-stack {
display: flex;
flex-direction: column;
min-width: var(--jp-sidebar-min-width);
}
#jp-right-stack {

Loading…
Cancel
Save