jnsh / arc-theme

A flat theme with transparent elements (actively maintained fork)
GNU General Public License v3.0
902 stars 77 forks source link

gnome-shell: Fix search results in overview (3.38) #89

Closed drakkar1969 closed 3 years ago

drakkar1969 commented 3 years ago

Search results appear incomplete in the GNOME shell overview (empty space/missing sixth result on right):

search338

In some cases, this also causes flickering in the search results: https://drive.google.com/file/d/1keT0e19PRmrnTg-O-0w8GAFxeYTdT1Hj/view?usp=sharing.

This is fixed by removing redundant padding properties in the #searchResultsContent code block (properties not present in upstream code).

jnsh commented 3 years ago

Nicely spotted. Thank you for the fix!