[gnome-shell-sass/wip/raresv/uiTweaksSass3: 1/5] search: Make the results take more horizontal space
- From: Rares Visalom <raresvisalom src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell-sass/wip/raresv/uiTweaksSass3: 1/5] search: Make the results take more horizontal space
- Date: Thu, 13 Jul 2017 18:21:28 +0000 (UTC)
commit 6a5935538568835462fa853f746620967d047bcf
Author: Rares Visalom <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 fd47edb..71b6240 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]