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:
parent
74393c700e
commit
747ba97dbd
@ -22,6 +22,8 @@
|
||||
/* End Session Dialog */
|
||||
|
||||
.end-session-dialog {
|
||||
width: 30em;
|
||||
|
||||
.end-session-dialog-battery-warning,
|
||||
.dialog-list-title {
|
||||
color: $warning_color;
|
||||
|
Loading…
Reference in New Issue
Block a user