[gnome-shell/wip/snwh/sass-cleanup] theme: search use percentages
- From: Sam Hewitt <snwh src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-shell/wip/snwh/sass-cleanup] theme: search use percentages
- Date: Mon, 2 Dec 2019 19:09:35 +0000 (UTC)
commit 9926444009cf8d44732552bae468579a55ac2f92
Author: Sam Hewitt <sam snwh org>
Date: Mon Dec 2 14:09:21 2019 -0500
theme: search use percentages
data/theme/gnome-shell-sass/widgets/_search-results.scss | 14 ++++++++------
1 file changed, 8 insertions(+), 6 deletions(-)
---
diff --git a/data/theme/gnome-shell-sass/widgets/_search-results.scss
b/data/theme/gnome-shell-sass/widgets/_search-results.scss
index 0df312979e..0568fd78fa 100644
--- a/data/theme/gnome-shell-sass/widgets/_search-results.scss
+++ b/data/theme/gnome-shell-sass/widgets/_search-results.scss
@@ -1,4 +1,6 @@
/* Search */
+$overview_search_container_width: 1024px;
+
%search_result_bubble {
background-color: transparentize(lighten($osd_bg_color, 5%), 0.2);
@@ -11,9 +13,9 @@
// search overview container
#searchResultsContent {
- max-width: 1000px;
+ max-width: $overview_search_container_width;
+ width: 60%;
padding: $base_padding * 2;
- spacing: 0;
margin-bottom: $base_margin * 2;
}
@@ -105,14 +107,14 @@
// content
.list-search-provider-content {
- spacing: $base_spacing * 3;
+ spacing: $base_spacing * 2;
// provider labels
.list-search-provider-details {
- width: 160px;
+ width: 120px;
margin-top: 0;
color: darken($osd_fg_color, 8%);
- font-weight: bold;
+ // font-weight: bold;
}
}
}
@@ -148,7 +150,7 @@
color: $osd_fg_color;
spacing: $base_spacing * 2;
padding-right: $base_padding;
- font-weight: bold;
+ // font-weight: bold;
}
// list item description
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]