[gnome-shell-sass] theme: Rotate placeholder for horizontal workspace-thumbnails



commit f49e7243fdc0a484e5bf8e14fa11d1f07edc62a3
Author: Joonas Henriksson <joonas henriksson gmail com>
Date:   Fri Apr 9 18:19:11 2021 +0300

    theme: Rotate placeholder for horizontal workspace-thumbnails
    
    On the new horizontal workspace-thumbnails, the old placeholder from
    vertical dash appeared too small, and was easily hidden behind the
    dragged window/icon. Rotate the placeholder 90 degrees to better fill
    the spacing between thumbnails.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/1801>

 widgets/_workspace-thumbnails.scss | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/widgets/_workspace-thumbnails.scss b/widgets/_workspace-thumbnails.scss
index 774408b..508ac25 100644
--- a/widgets/_workspace-thumbnails.scss
+++ b/widgets/_workspace-thumbnails.scss
@@ -13,7 +13,7 @@
 
   // drag and drop indicator
   .placeholder {
-    background-image: url("resource:///org/gnome/shell/theme/dash-placeholder.svg");
+    background-image: url("resource:///org/gnome/shell/theme/workspace-placeholder.svg");
     background-size: contain;
     width: 18px;
   }


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