updating to using actix for all things
This commit is contained in:
parent
687f1ed565
commit
3e2353bc02
4 changed files with 240 additions and 74 deletions
|
@ -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));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue