added workout viewing simple view

This commit is contained in:
2025-07-15 17:31:29 +02:00
parent d1029485d4
commit 5c0bb602f5
5 changed files with 171 additions and 7 deletions

View File

@@ -1062,6 +1062,9 @@
outline-offset: 2px;
}
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
@@ -1082,6 +1085,9 @@
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
}
.gap-y-3 {
row-gap: calc(var(--spacing) * 3);
}
.overflow-y-auto {
overflow-y: auto;
}