perf: styles of pipelines

This commit is contained in:
Junyan Qin
2025-05-07 11:53:39 +08:00
parent bcba5162b7
commit 4a41a4cf95
10 changed files with 169 additions and 95 deletions

View File

@@ -13,7 +13,7 @@
align-self: flex-start;
justify-self: flex-start;
width: calc(100% - 60px);
margin: auto;
margin: auto;
display: grid;
grid-template-rows: repeat(auto-fill, minmax(220px, 1fr));
grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));