I want to create a side menu of minimal width next to the content.
<div style="display: flex">
<div style="background: green; flex-grow: 1">
contents
</div>
<div style="background: red; padding: 2px">
menu
</div>
</div>
This page is auto-translated from /nishio/最小限の横幅のサイドメニュー using DeepL. If you looks something interesting but the auto-translated English is not good enough to understand it, feel free to let me know at @nishio_en. I'm very happy to spread my thought to non-Japanese readers.