theme: Center access dialog text

Makes the now fully visible label match the rest of the dialog's
labels.

Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2377>
This commit is contained in:
Georges Basile Stavracas Neto 2022-07-12 14:44:37 -03:00 committed by Marge Bot
parent 19f11ae328
commit 694693af48

View File

@ -165,3 +165,8 @@
height: 300px;
width: 300px;
}
/* Access portal dialog */
.access-dialog {
text-align: center;
}