updating to using actix for all things

This commit is contained in:
Chris Cochrun 2024-11-07 14:21:55 -06:00
parent 687f1ed565
commit 3e2353bc02
4 changed files with 240 additions and 74 deletions

View file

@ -1824,6 +1824,10 @@ select {
margin-right: 1rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.-mr-2 {
margin-right: -0.5rem;
}
@ -1900,10 +1904,6 @@ select {
margin-bottom: -0.25rem;
}
.ml-2 {
margin-left: 0.5rem;
}
.-mr-\[100\%\] {
margin-right: -100%;
}
@ -1940,10 +1940,6 @@ select {
margin-top: -2px;
}
.ml-4 {
margin-left: 1rem;
}
.box-content {
box-sizing: content-box;
}
@ -5392,10 +5388,6 @@ pre {
max-width: 65ch;
}
.sm\:basis-full {
flex-basis: 100%;
}
.sm\:grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
@ -5510,10 +5502,6 @@ pre {
flex-basis: 25%;
}
.md\:basis-full {
flex-basis: 100%;
}
.md\:grid-cols-2 {
grid-template-columns: repeat(2, minmax(0, 1fr));
}