From 40376d90fd4a8e38c95451a81210862f941df4a9 Mon Sep 17 00:00:00 2001 From: Sam Hewitt Date: Fri, 9 Feb 2024 10:12:35 -0330 Subject: [PATCH] style: Adjust search content width to realign items - default max-width doesn't align with new padding, fixed by tweaking Closes: https://gitlab.gnome.org/GNOME/gnome-shell/-/issues/7389 Part-of: --- data/theme/gnome-shell-sass/widgets/_search-results.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/widgets/_search-results.scss b/data/theme/gnome-shell-sass/widgets/_search-results.scss index 6f64f7d06..568dbbd20 100644 --- a/data/theme/gnome-shell-sass/widgets/_search-results.scss +++ b/data/theme/gnome-shell-sass/widgets/_search-results.scss @@ -6,7 +6,7 @@ } #searchResultsContent { - max-width: 1072px; + max-width: 1044px; } // search results sections "the boxes"