Update style

This commit is contained in:
haveyouwantto
2024-09-10 22:28:12 +08:00
parent f1c8b700bd
commit 2394d3ac4e
5 changed files with 122 additions and 62 deletions

View File

@@ -178,5 +178,5 @@ async def get_rank_image(rank: List[UserRankInfo]) -> bytes:
"cache_path": cache_path,
"file_path": os.path.dirname(os.path.abspath(__file__)),
},
pages={"viewport": {"width": 1100, "height": 10}},
pages={"viewport": {"width": 1000, "height": 10}},
)