[gnome-shell-sass/wip/raresv/uiTweaksSass: 1/5] search: Make the results take more horizontal space



commit f631cd114998cc7edb53bc20b0489622ca9856ce
Author: raresvis <rares visalom gmail com>
Date:   Sat Jul 1 02:10:11 2017 +0300

    search: Make the results take more horizontal space
    
    In order to make gnome-shell search functionality fit on
    smaller screens, like those of devices, search results
    need to take advantage of more horizontal space so that
    any extra space can be used efficiently.
    
    In order to do so, change the layout of the ListSearchResult
    class from a vertical one, to a horizontal one and also
    decrease the padding of the list-search-result-content css
    class.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=749957

 _common.scss |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 1cf86aa..3c9b6c1 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1313,7 +1313,7 @@ StScrollBar {
     height: 1px;
   }
 
-  .list-search-result-content { spacing: 12px; padding: 12px; }
+  .list-search-result-content { spacing: 12px; padding: 2px; }
   .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); }
   .list-search-result-description { color: darken($osd_fg_color,15%); }
   .search-provider-icon { padding: 15px; }
@@ -1735,7 +1735,7 @@ $legacy_icon_size: 24px;
     .vertical & { padding-top: 0.5em; }
     .horizontal & { padding-left: 0.5em; }
   }
-  
+
   .candidate-page-button {
     padding: 4px;
   }


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