[gnome-shell-sass] panel: Restrict app menu width



commit 985ca1f7cb7dd3856c5a60189d284c8aad562592
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Feb 5 01:11:43 2019 +0100

    panel: Restrict app menu width
    
    Window titles aren't restricted in length, so the menu may end up unwieldily
    width. Commit 0bec76b6ee therefore limited the app context menus, but that
    got accidentally dropped in commit 0ded0dbfd5. Add back the limitation and
    extend it to the new app menu as well.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/issues/624

 _common.scss | 5 +++++
 1 file changed, 5 insertions(+)
---
diff --git a/_common.scss b/_common.scss
index cba7914..3eb9533 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1096,6 +1096,11 @@ StScrollBar {
     .label-shadow { color: transparent; }
   }
 
+  .app-menu,
+  .app-well-menu {
+    max-width: 27.25em;
+  }
+
   .aggregate-menu {
     min-width: 21em;
     .popup-menu-icon { padding: 0 4px; }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]