wip order handler

This commit is contained in:
2025-03-21 13:52:51 +01:00
parent 69420fab6c
commit e53796bda6
3 changed files with 20 additions and 353 deletions

View File

@@ -786,6 +786,10 @@ video {
height: 100%;
}
.h-20 {
height: 5rem;
}
.max-h-full {
max-height: 100%;
}
@@ -830,6 +834,14 @@ video {
width: 100%;
}
.w-20 {
width: 5rem;
}
.w-16 {
width: 4rem;
}
.max-w-2xl {
max-width: 42rem;
}