Skip to content

Center close button on overlay border

Sebastian Keller requested to merge skeller/gnome-shell:center-on-border into master

This changes how the title is currently centered on the border from using CSS margins to creating an invisible guide actor to do the alignment. The second commit then uses this guide actor to center the close button as well, which was not possible with CSS margins alone.

Merge request reports