[gnome-shell-sass] workspaceSwitcherPopup: Support horizontal layout



commit d2b4dd69c7a8c6034407db55e0490b154329a0d6
Author: Florian Müllner <fmuellner gnome org>
Date:   Tue Jun 4 19:22:26 2019 +0000

    workspaceSwitcherPopup: Support horizontal layout
    
    While mutter supports a variety of different grid layouts (n columns/rows,
    growing vertically or horizontally from any of the four corners), we
    hardcode a fixed vertical layout of a single column.
    
    Now that mutter exposes the actual layout to us, add support for a more
    traditional horizontal layout as well.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/575

 _common.scss | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/_common.scss b/_common.scss
index dd71600..ea912ff 100644
--- a/_common.scss
+++ b/_common.scss
@@ -740,7 +740,8 @@ StScrollBar {
     spacing: 8px;
   }
 
-  .ws-switcher-active-up, .ws-switcher-active-down {
+  .ws-switcher-active-up, .ws-switcher-active-down,
+  .ws-switcher-active-left, .ws-switcher-active-right {
     height: 50px;
     background-color: $selected_bg_color;
     color: $selected_fg_color;


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