Initial commit: IMAP Mail Filter Service

This commit is contained in:
Stefan Hacker
2026-03-19 13:02:44 +01:00
parent 44fb27801d
commit 61c4384111
34 changed files with 2345 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
// Gemeinsame Hilfsfunktionen
+30
View File
@@ -0,0 +1,30 @@
/* Kleine Anpassungen über PicoCSS hinaus */
nav .container-fluid {
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
footer {
margin-top: 2rem;
padding: 1rem 0;
text-align: center;
opacity: 0.6;
}
table .small, button.small {
padding: 0.25rem 0.5rem;
font-size: 0.85rem;
}
#status-message {
margin-top: 1rem;
padding: 1rem;
border-radius: 0.25rem;
background: var(--pico-muted-border-color);
}
dialog article {
max-height: 90vh;
overflow-y: auto;
}