mirror of
https://github.com/moku-project/Moku.git
synced 2026-06-13 17:29:55 -05:00
Fix: Re-Register Settings Export Function (#63)
This commit is contained in:
@@ -682,6 +682,16 @@
|
||||
border-top: 1px solid var(--border-dim);
|
||||
}
|
||||
|
||||
.s-subsection-title {
|
||||
font-family: var(--font-ui);
|
||||
font-size: var(--text-2xs);
|
||||
color: var(--text-faint);
|
||||
letter-spacing: var(--tracking-wider);
|
||||
text-transform: uppercase;
|
||||
padding: var(--sp-3) var(--sp-4) var(--sp-1);
|
||||
border-bottom: 1px solid var(--border-dim);
|
||||
}
|
||||
|
||||
|
||||
/* ── Storage bar ──────────────────────────────────────────────────── */
|
||||
.s-storage-wrap {
|
||||
|
||||
Reference in New Issue
Block a user