mirror of
https://github.com/thiloho/archtika.git
synced 2025-11-22 02:41:35 +01:00
Ability to bulk import or export articles as gzip, handle domain prefix logic in API and other smaller improvements
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user