style(listview): dynamic card size and grid spacing (#11111)

This commit is contained in:
ʈᵃᵢ
2020-10-01 15:44:42 -07:00
committed by GitHub
parent 5f55d94b9b
commit 017e5acd14
5 changed files with 24 additions and 23 deletions
+1 -1
View File
@@ -203,4 +203,4 @@ class DashboardScreenshot(BaseScreenshot):
thumbnail_type: str = "dashboard"
element: str = "grid-container"
window_size: WindowSize = (1600, int(1600 * 0.75))
thumb_size: WindowSize = (400, int(400 * 0.75))
thumb_size: WindowSize = (800, int(800 * 0.75))