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
This commit is contained in:
Jonas Dreßler 2020-01-28 16:21:54 +01:00 committed by Florian Müllner
parent 74393c700e
commit 747ba97dbd

View File

@ -22,6 +22,8 @@
/* End Session Dialog */
.end-session-dialog {
width: 30em;
.end-session-dialog-battery-warning,
.dialog-list-title {
color: $warning_color;