From 747ba97dbd7e1831f2f974ae924fb0b21b4df0c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Tue, 28 Jan 2020 16:21:54 +0100 Subject: [PATCH] endSessionDialog: Use a fixed width of 30em Make sure we don't rely on the size of the largest part of the layout when aligning the endSessionDialog and use a fixed width of 30em instead. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/965 --- data/theme/gnome-shell-sass/widgets/_dialogs.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/data/theme/gnome-shell-sass/widgets/_dialogs.scss b/data/theme/gnome-shell-sass/widgets/_dialogs.scss index 8ce964a8b..bd49e7393 100644 --- a/data/theme/gnome-shell-sass/widgets/_dialogs.scss +++ b/data/theme/gnome-shell-sass/widgets/_dialogs.scss @@ -22,6 +22,8 @@ /* End Session Dialog */ .end-session-dialog { + width: 30em; + .end-session-dialog-battery-warning, .dialog-list-title { color: $warning_color;