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

This commit is contained in:
foo 2022-10-04 14:40:31 +02:00
parent 239e5b931c
commit 7f326933b1

View File

@ -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 {