yes yes yes
Some checks failed
test / cargo test (push) Failing after 1m6s

This commit is contained in:
2024-09-26 12:19:45 +02:00
parent 20d1314925
commit dc1a01c352
9 changed files with 26 additions and 5 deletions

View File

@ -880,6 +880,14 @@ video {
max-width: 440px;
}
.max-w-\[444px\] {
max-width: 444px;
}
.max-w-\[392px\] {
max-width: 392px;
}
.flex-1 {
flex: 1 1 0%;
}
@ -986,6 +994,10 @@ video {
border-radius: 0.375rem;
}
.rounded-sm {
border-radius: 0.125rem;
}
.border {
border-width: 1px;
}