add temporary workaround for mobile resolutions
This commit is contained in:
@@ -26,4 +26,4 @@ class Member(rio.Component):
|
||||
row=i // 2,
|
||||
column=i % 2,
|
||||
)
|
||||
return build_page(grid)
|
||||
return build_page(grid, window_width=self.session.window_width)
|
||||
|
||||
Reference in New Issue
Block a user