Add Export toggle

This commit is contained in:
Jeremy Thomas
2024-06-27 03:04:40 +01:00
parent 96de5b2f45
commit 3c1e19a9ad
11 changed files with 194 additions and 82 deletions

View File

@@ -2,6 +2,20 @@
padding: 0.5rem;
}
.explanation {
padding: 0 1rem 0.5rem;
.body {
padding: 0.5rem 1rem ;
}
.body :global(.title) {
margin-bottom: 0;
}
.explanation {
display: flex;
align-items: center;
justify-content: space-between;
div {
flex-wrap: nowrap;
}
}