I have a reusable navbar element. There are 2 buttons that non-auth users see and one widget that authed users see. (Ignore the green, it’s for debugging the container)
Layout seems to be correct when I’m editing /looking at the reusable component. But the layout is broken when I drop it on to a page.
Issues:
- When I drop the widget onto a page, the non-auth buttons stack vertically and the avatar button does not show (presumably the preview is non-authed, so that’s presumably fine)
- In the widget, there is no max w or h. But when I drop the widget on to a page, the width is set to min 100px and max 80px, which is obviously an issue.
I can manually correct 2) but am bothered about why it’s happening. And since #1 is an issue, maybe it’s related.
If you need any other panel inspector screenshots, please let me know.
Thanks in advance.