From 694693af48eb869e8d2d6f4157b5151037394c03 Mon Sep 17 00:00:00 2001 From: Georges Basile Stavracas Neto Date: Tue, 12 Jul 2022 14:44:37 -0300 Subject: [PATCH] theme: Center access dialog text Makes the now fully visible label match the rest of the dialog's labels. Part-of: --- data/theme/gnome-shell-sass/widgets/_dialogs.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss b/data/theme/gnome-shell-sass/widgets/_dialogs.scss index 6ac4e8fde..defa20b38 100644 --- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss +++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss @@ -165,3 +165,8 @@ height: 300px; width: 300px; } + +/* Access portal dialog */ +.access-dialog { + text-align: center; +} \ No newline at end of file