I've been working on an angular application that features a toolbar at the top.
In this setup, I have positioned a left menu button, logo, another button, and some text at the end.
Issue:
The problem I'm facing is that the logo in the center is not aligning perfectly with the toolbar. Instead, it seems to be centered between the first menu button and the subsequent button after the logo's text.
Objective:
My goal is to have the logo perfectly centered in the entire toolbar, regardless of what elements are placed next to it.
View Working Stackblitz: