[gnome-shell] theme: Don't apply overlap-preventing padding to search results



commit 3f2cffc2e6a8e57786e79dcd93516212a0a7d65e
Author: Jonas Dreßler <verdre v0yd nl>
Date:   Sat Nov 24 22:42:51 2018 +0100

    theme: Don't apply overlap-preventing padding to search results
    
    Unlike the app grid, we show the search results while the dash is hidden
    and with a small scrollbar instead of page indicator dots. This
    means there's nothing the search results might horizontally overlap
    with and the padding here is unneccessary.
    
    The spacing between the search results and the screen edges is still
    sufficient because of the paddings applied to searchResultsContent.
    
    On very small screens (< 1000px), this allows the search results to
    utilize a lot more of the horizontal screen space.
    
    https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110

 data/theme/gnome-shell-sass/_common.scss | 1 -
 1 file changed, 1 deletion(-)
---
diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss
index 0750651d3..7e3f513ec 100644
--- a/data/theme/gnome-shell-sass/_common.scss
+++ b/data/theme/gnome-shell-sass/_common.scss
@@ -1596,7 +1596,6 @@ StScrollBar {
   }
 
   //Some hacks I don't even
-  .search-display > StBoxLayout,
   .all-apps,
   .frequent-apps > StBoxLayout {
     // horizontal padding to make sure scrollbars or dash don't overlap content


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