The Mercury framework that converts a Jupyter Notebook to a dashboard looks great. There are so many good things (ex: hide code; upload files; allows markdown).
Is there a way to set the width of the widget area along the left hand side? Ideally using either absolute width or percent of webpage.
I looked at the values permitted in YAML code hoping to find something but I don't see anything obvious:
---
title: test dashboard
description: test dashboard
show-code: False
show-prompt: True
output: app
params:
Maybe there is some django or javascript or css code in the Mercury framework that I can modify/override?