[gnome-shell-sass] workspacesView: Add minimap on secondary monitors



commit 15fb971c4cc136eb9a8c939d51420a4989362e73
Author: Florian Müllner <fmuellner gnome org>
Date:   Sat Feb 20 11:18:29 2021 +0100

    workspacesView: Add minimap on secondary monitors
    
    The workspace minimap is much less prominent than the old workspace
    switcher, and serves primarily as an indicator.
    
    That means that duplicating it on secondary monitors (if workspaces
    on non-primaries are enabled) is harder to mistake for per-monitor
    workspaces, so make some people happy by including the minimap on
    every monitor.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1735>

 widgets/_overview.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_overview.scss b/widgets/_overview.scss
index f952c52..6f0c501 100644
--- a/widgets/_overview.scss
+++ b/widgets/_overview.scss
@@ -1,6 +1,6 @@
 /* OVERVIEW */
 
-.controls-manager {
+.controls-manager, .secondary-monitor-workspaces {
   spacing: 24px;
 }
 


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