Initial commit

This commit is contained in:
2024-12-29 12:20:01 +01:00
commit 9ebe9b55bd
87 changed files with 21545 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
.container {
line-break: anywhere;
.buttons {
width: 100%;
margin: 15px 0;
display: flex;
gap: 15px;
align-content: stretch;
flex-wrap: wrap;
tc-file-chooser,
button {
min-width: 150px;
flex-grow: 1;
}
}
.error-message {
display: flex;
color: #d00;
}
}