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
This commit is contained in:
parent
a78527050a
commit
3f2cffc2e6
@ -1596,7 +1596,6 @@ StScrollBar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Some hacks I don't even
|
//Some hacks I don't even
|
||||||
.search-display > StBoxLayout,
|
|
||||||
.all-apps,
|
.all-apps,
|
||||||
.frequent-apps > StBoxLayout {
|
.frequent-apps > StBoxLayout {
|
||||||
// horizontal padding to make sure scrollbars or dash don't overlap content
|
// horizontal padding to make sure scrollbars or dash don't overlap content
|
||||||
|
Loading…
Reference in New Issue
Block a user