When switching to another panel, the title is jumping to the right since the hidden button space gets added.
Can't we get rid of the hidden empty icon space (<ha-menu-button>), if a separate side bar is shown, since then the drawer / burger icon is hidden anyway but still takes up space (which looks wrong independent of the jumping)? So perhaps some dynamic overlay CSS magic that if the screen is wide enough to display the sidebar, then ha-menu-button allows the title element to overlay it?
@bramkragten This issue still persists even with the merged PR. I still see the jumping titles.
I do notice the quick jumping of titles now, my apologies. Though the empty space should no longer be an issue.
@maykar Yes, the empty space is gone 馃憤 , only the jumping is left from this issue.
Looks like the menu button isn't the cause of the issue here then, I suspect app-header, but will look into it further.