I’d like to hear everyones’ approaches!
Here are some of the things I find myself doing:
pn.extension(sizing_mode="stretch_width")
hv_obj.opts(responsive=True)
pn.template.FastListTemplate(main_max_width="max(800px, 50%)")
pn.state.onload
try: main.loading = True; finally: main.loading = False
- Increasing fontsize of widgets / text
Probably forgetting a few things; will add more once I remember, but also would love to hear everyone else’s thoughts!
Perhaps if there’s something that we all consistently do, it can be made into a new default?