When using conditional visibility on a widget, even though it's not visible, it's still taking up space and offsetting other widgets.
For example, I have a bunch of buttons on my header, which I hide if the user is not logged in.
However, when they are hidden, they still take up space and offset the other buttons.
In the above image, the signup button should be at the right edge of the screen, but because there's a hidden widget there (profile name and email+hamburger menu), it doesn't go all the way to the end and ends up in the middle.
Any insights would be very appreciated.