Andy Matuschak mode

I don’t think that’s something I can control with CSS, unfortunately :frowning:
I’m lucky I have a horizontal scroll wheel on my mouse, I guess.

Yeah, this css sets a minimum width for the panes (which you can adjust the values of in the css if you like, just change the min-width: value). Resizing panes tries to set the width as a percentage of the container’s width. Which… well, I’m not quite sure what that’s doing in this context, but it just seems to reset to the min-width anyway.

There might be a better solution that allows for resizing panes, but I don’t know what it is yet.