UX: More logic for title columns (#87)

This commit is contained in:
Jordan Vidrine
2025-03-28 10:49:28 -05:00
committed by Jordan Vidrine
parent 0715bdc33a
commit a54dbdc59b
+1 -1
View File
@@ -56,7 +56,7 @@
grid-row: 2/3;
grid-column: 1/-1;
}
grid-template-columns: 25px repeat(5, 1fr);
grid-template-columns: 20px repeat(5, 1fr);
grid-template-rows: auto auto auto;
grid-template-areas:
"category category category category category status"