Left-align Settings button in navigation example
See https://github.com/nextcloud/spreed/issues/16320
We could argue about semantics, but left-aligning them is the de facto standard and realistically, dealing with the inconsistency of some items being center and some left-aligned would probably not be worth it given it would bring practically no real-world usability benefits. (eg. in the case of Talk, this is already inconsistent between Threads and Archived conversations.)
Opinions?
cc @yotamguttman @jancborchardt @nickvergessen
I think this only affects the docs as the button itself is not a standard component? Correct me if I'm wrong.
The button should also not have a background and not be bold. Same as any navigation item.
And am I correct in thinking that the apps where this is already left-aligned use a navigation entry, but Talk uses a button?
So should it just be replaced with a navigation entry in the example?
We actually already agreed on using left-alignment. The legacy app nevigation settings button is left-aligned already.
I made a draft for the new button with predefined styles, but later found some issues due to messy margins in the navigation.
I'll check again.