mirror of
https://github.com/Benexl/FastAnime.git
synced 2026-01-08 11:21:04 -08:00
feat: Made search screen more responsive
This commit is contained in:
@@ -37,8 +37,8 @@
|
||||
pos_hint: {'center_x': 0.5}
|
||||
id:search_results_container
|
||||
spacing: '40dp'
|
||||
padding: "75dp","50dp","75dp","200dp"
|
||||
cols:5
|
||||
padding: "25dp","50dp","75dp","200dp"
|
||||
cols:3 if root.width <= 1100 else 5
|
||||
size_hint_y:None
|
||||
height:max(self.parent.parent.height,self.minimum_height)
|
||||
SearchResultsPagination:
|
||||
|
||||
Reference in New Issue
Block a user