summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorraresvis <rares.visalom@gmail.com>2017-07-01 02:10:11 +0300
committerraresvis <rares.visalom@gmail.com>2017-07-11 22:15:44 +0300
commitf631cd114998cc7edb53bc20b0489622ca9856ce (patch)
treea5b586714bd3c6e06b454dce27bb7c82232f7ff3
parent2bef9b25e23632fe66e12c5d96a9c487f172a6a0 (diff)
downloadgnome-shell-sass-f631cd114998cc7edb53bc20b0489622ca9856ce.tar.gz
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
-rw-r--r--_common.scss4
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;
}