Ability to bulk import or export articles as gzip, handle domain prefix logic in API and other smaller improvements

This commit is contained in:
thiloho
2024-10-30 21:33:44 +01:00
parent f7180ebd92
commit 037165947b
32 changed files with 409 additions and 223 deletions

View File

@@ -88,11 +88,16 @@ summary {
background-color: var(--bg-secondary);
}
summary:has(svg),
label:has(svg) {
display: inline-grid;
place-content: center;
}
label[for="toggle-theme"] {
margin-inline-start: auto;
}
label[for="toggle-theme"] svg:first-of-type {
display: var(--display-light);
}
@@ -113,6 +118,7 @@ label[for="toggle-theme"] svg:last-of-type {
}
button:disabled {
user-select: none;
pointer-events: none;
opacity: 0.5;
z-index: -10;