Pixel-aligned grids for sharper block visualizations

This commit is contained in:
Mononaut
2023-04-02 06:54:42 +09:00
parent f15f0570d4
commit 3cca6f6b8b
6 changed files with 30 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
<app-block-overview-graph
#blockGraph
[isLoading]="isLoading$ | async"
[resolution]="75"
[resolution]="80"
[blockLimit]="stateService.blockVSize"
[orientation]="timeLtr ? 'right' : 'left'"
[flip]="true"