first commit

This commit is contained in:
root
2026-04-12 21:50:55 +02:00
parent de90bbb333
commit ec0e8a3206
1447 changed files with 238414 additions and 0 deletions

31
static/css/style.css Normal file
View File

@@ -0,0 +1,31 @@
body {
min-height: 100vh;
}
.card {
border-radius: 1rem;
}
.progress-lg {
height: 1.35rem;
}
.task-logs {
background: #111827;
color: #d1d5db;
border-radius: 0.75rem;
padding: 0.9rem;
min-height: 12rem;
max-height: 16rem;
overflow: auto;
font-size: 0.825rem;
}
.input-group-text {
min-width: 7rem;
justify-content: center;
}
.text-break {
word-break: break-word;
}