mirror of
https://github.com/edu4rdshl/gnome-shell.git
synced 2026-07-18 07:34:54 +00:00
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
1 changed files with 2 additions and 0 deletions
|
|
@ -22,6 +22,8 @@
|
|||
/* End Session Dialog */
|
||||
|
||||
.end-session-dialog {
|
||||
width: 30em;
|
||||
|
||||
.end-session-dialog-battery-warning,
|
||||
.dialog-list-title {
|
||||
color: $warning_color;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue