feat: Made search screen more responsive

This commit is contained in:
Benex254
2024-08-05 09:46:54 +03:00
parent d67e70d78b
commit 4896be5814
3 changed files with 11 additions and 7 deletions

View File

@@ -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: