From 3f2cffc2e6a8e57786e79dcd93516212a0a7d65e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Dre=C3=9Fler?= Date: Sat, 24 Nov 2018 22:42:51 +0100 Subject: [PATCH] theme: Don't apply overlap-preventing padding to search results Unlike the app grid, we show the search results while the dash is hidden and with a small scrollbar instead of page indicator dots. This means there's nothing the search results might horizontally overlap with and the padding here is unneccessary. The spacing between the search results and the screen edges is still sufficient because of the paddings applied to searchResultsContent. On very small screens (< 1000px), this allows the search results to utilize a lot more of the horizontal screen space. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/110 --- data/theme/gnome-shell-sass/_common.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/data/theme/gnome-shell-sass/_common.scss b/data/theme/gnome-shell-sass/_common.scss index 0750651d3..7e3f513ec 100644 --- a/data/theme/gnome-shell-sass/_common.scss +++ b/data/theme/gnome-shell-sass/_common.scss @@ -1596,7 +1596,6 @@ StScrollBar { } //Some hacks I don't even - .search-display > StBoxLayout, .all-apps, .frequent-apps > StBoxLayout { // horizontal padding to make sure scrollbars or dash don't overlap content