Initial commit: IMAP Mail Filter Service
This commit is contained in:
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user