Private
Public Access
1
0

better analysis list view

This commit is contained in:
Sander Roosendaal
2022-10-07 13:46:36 +02:00
parent cf7d6c7c79
commit 1e5b6f6cd8
3 changed files with 41 additions and 18 deletions

View File

@@ -395,6 +395,14 @@ th.rotate > div > span {
margin: 0px;
}
.analysiscontainer {
display: grid;
grid-template-columns: 50px repeat(auto-fit, minmax(calc((100% - 100px)/6), 1fr));
/* grid-template-columns: 50px repeat(auto-fit, minmax(100px, 1fr)) 50px; ????*/
padding: 5px;
margin: 0px;
}
.workoutelement {
margin-left: auto;
margin-right: auto;