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



commit 7932551bfc209e6e0ef15a2a5563e82ab084bf58
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 |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/_common.scss b/_common.scss
index 1cf86aa..8738fa8 100644
--- a/_common.scss
+++ b/_common.scss
@@ -1313,8 +1313,8 @@ StScrollBar {
     height: 1px;
   }
 
-  .list-search-result-content { spacing: 12px; padding: 12px; }
-  .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); }
+  .list-search-result-content { spacing: 30px; }
+  .list-search-result-title { font-size: 1.5em; color: darken($osd_fg_color,5%); spacing: 12px; }
   .list-search-result-description { color: darken($osd_fg_color,15%); }
   .search-provider-icon { padding: 15px; }
   .search-provider-icon-more {
@@ -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]