another hvplot explorer question about adjusting widget size. can't find in the docs

Sorry for the way I word and ask, It’s just due to a combination of: frustration and being a novice.

After looking at these posts:

I think I can ask a more proper question, and include more proper details.

  1. these files:
    /site-packages/bokeh/server/static/js/bokeh-widgets.js and bokeh-widgets.min.js
    has this line:
    min-height:var(--input-min-height);
    which I was able to change into
    min-height:250px;
    and changed the widget size of the explorer boxes. i was happy to find it, but messy result because all the boxes plus more stuff were increased, instead of specific boxes.
    source: Multiselect height · Issue #5462 · bokeh/bokeh · GitHub

Those discourse posts were extremely helpful, and the closest i could come to finding a starting point to make a custom “explorer”. I’m trying to tinker with those snippets to work with my csv files and my desired outcome.

New question, hopefully more structured and proper:
If a python way isn’t available,
Which part of the hvplot.explorer source code could I examine, to customize these things? I attached screenshots.

I think it’s safe to assume from those discourse posts that those are the ways. If I am missing something, please tell me, send me a reference, or anything.

Thanks for reading, and sorry to bother.