diff --git a/src/main/gnome-shell/gnome-shell-dark-alt.css b/src/main/gnome-shell/gnome-shell-dark-alt.css index 6eb9173..82b8fd0 100644 --- a/src/main/gnome-shell/gnome-shell-dark-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-alt.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { 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 deeb41d..5665e7f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid-alt.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark-solid.css b/src/main/gnome-shell/gnome-shell-dark-solid.css index deeb41d..5665e7f 100644 --- a/src/main/gnome-shell/gnome-shell-dark-solid.css +++ b/src/main/gnome-shell/gnome-shell-dark-solid.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-dark.css b/src/main/gnome-shell/gnome-shell-dark.css index 6eb9173..82b8fd0 100644 --- a/src/main/gnome-shell/gnome-shell-dark.css +++ b/src/main/gnome-shell/gnome-shell-dark.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-alt.css b/src/main/gnome-shell/gnome-shell-light-alt.css index ed0a250..884f9f6 100644 --- a/src/main/gnome-shell/gnome-shell-light-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-alt.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { 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 d229eb5..7166978 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid-alt.css +++ b/src/main/gnome-shell/gnome-shell-light-solid-alt.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light-solid.css b/src/main/gnome-shell/gnome-shell-light-solid.css index d229eb5..7166978 100644 --- a/src/main/gnome-shell/gnome-shell-light-solid.css +++ b/src/main/gnome-shell/gnome-shell-light-solid.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/main/gnome-shell/gnome-shell-light.css b/src/main/gnome-shell/gnome-shell-light.css index 193cf52..7530890 100644 --- a/src/main/gnome-shell/gnome-shell-light.css +++ b/src/main/gnome-shell/gnome-shell-light.css @@ -1087,7 +1087,7 @@ StScrollBar StButton#vhandle:active, StScrollBar StButton#hhandle:active { .popup-sub-menu .popup-separator-menu-item .popup-separator-menu-item-separator { padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } .system-switch-user-submenu-icon.user-icon { diff --git a/src/sass/gnome-shell/_common.scss b/src/sass/gnome-shell/_common.scss index fbddf02..a7634a3 100644 --- a/src/sass/gnome-shell/_common.scss +++ b/src/sass/gnome-shell/_common.scss @@ -924,7 +924,7 @@ $popop_menuitem_radius: $wm_radius - 4px; .popup-sub-menu & { //submenu separators padding: 0 0; - margin: 0 64px 0 0; + margin: 0 32px 0 0; } } }