diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index fb07483f..adbf13d7 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css index 12a0d6a3..5d3499fd 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index 12a0d6a3..5d3499fd 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index fb07483f..adbf13d7 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index 7442ad26..8cbb6fcc 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-light-solid-alt.css b/src/main/gnome-shell/gnome-shell-light-solid-alt.css index 409f210b..6e67c3c0 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index 409f210b..6e67c3c0 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 9cb98ea8..243a1336 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -1390,6 +1390,10 @@ StWidget.focused .app-well-app-running-dot { font-weight: 500; } +.end-session-dialog { + width: 28em; +} + .end-session-dialog .end-session-dialog-battery-warning, .end-session-dialog .dialog-list-title { color: #F27835; diff --git a/src/sass/gnome-shell/widgets/_dialogs.scss b/src/sass/gnome-shell/widgets/_dialogs.scss index 98398104..1d6a233b 100644 --- a/src/sass/gnome-shell/widgets/_dialogs.scss +++ b/src/sass/gnome-shell/widgets/_dialogs.scss @@ -121,7 +121,7 @@ // End Session Dialog .end-session-dialog { - // width: 30em; + width: 28em; // border: none; .end-session-dialog-battery-warning,