[gnome-shell-sass] appDisplay: Make page previews fill allocation



commit c1787c685d9cf83364f2c01c13dc8730d845546c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Tue Jun 14 16:58:19 2022 -0300

    appDisplay: Make page previews fill allocation
    
    Instead of hardcoding the width of the page previous, allow them
    to fill the allocated space.
    
    Part-of: <https://gitlab.gnome.org/GNOME/gnome-shell/-/merge_requests/2335>

 widgets/_app-grid.scss | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/widgets/_app-grid.scss b/widgets/_app-grid.scss
index 91cf023..0fcf62e 100644
--- a/widgets/_app-grid.scss
+++ b/widgets/_app-grid.scss
@@ -125,8 +125,6 @@ $app_icon_size: 96px;
 }
 
 .page-navigation-hint {
-  width: 300px;
-
   &.dnd {
     background: rgba(255, 255, 255, 0.1);
   }


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