initial upload

This commit is contained in:
flo
2025-07-01 12:01:28 +02:00
commit 27c8fd9561
260 changed files with 99376 additions and 0 deletions

View File

@ -0,0 +1,17 @@
.time_search {
width: calc(100% - 20px);
}
.update-time-on-edit--settings--warn {
color: #ff5a5a;
}
.update-time-on-edit--bulk-modal .progress-section {
align-items: center;
gap: 1rem;
display: flex;
}
.update-time-on-edit--bulk-modal .progress-section progress {
flex: 1;
}