Bulk actions update

This commit is contained in:
2026-01-08 23:30:25 -05:00
parent 61e3bd69ff
commit 2e7956ce40
4 changed files with 203 additions and 2 deletions

View File

@@ -2424,13 +2424,14 @@ body.dark-mode select option {
box-shadow: 0 0 30px rgba(0, 255, 65, 0.5);
max-width: 800px;
width: 100%;
max-height: 85vh;
max-height: calc(90vh - 2rem);
overflow-y: auto;
overflow-x: hidden;
font-family: var(--font-mono);
padding: 2rem;
animation: settingsSlideIn 0.3s ease;
margin: auto;
box-sizing: border-box;
}
@keyframes settingsSlideIn {