diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index fb07483..adbf13d 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 12a0d6a..5d3499f 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 12a0d6a..5d3499f 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 fb07483..adbf13d 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 7442ad2..8cbb6fc 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 409f210..6e67c3c 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 409f210..6e67c3c 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 9cb98ea..243a133 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 9839810..1d6a233 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,