diff --git a/public/admin.html b/public/admin.html index 4b41194..2a0b906 100644 --- a/public/admin.html +++ b/public/admin.html @@ -21,6 +21,35 @@ .adm-form label.small{display:block;margin-bottom:4px} .trunc{max-width:260px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:bottom} textarea.json{font-family:var(--mono);font-size:12.5px;width:100%;min-height:260px} + .ph-chips{display:inline-flex;gap:6px;flex-wrap:wrap;margin-left:6px;vertical-align:middle} + .ph-chips .chip-t{padding:2px 10px;font-size:11.5px;font-family:var(--mono);text-transform:none;letter-spacing:0;cursor:pointer;background:transparent} + .drip-steps{display:grid;gap:12px} + .drip-step{border:1px solid var(--line);border-radius:12px;padding:14px 16px;background:rgba(4,8,7,.4)} + .drip-step .ds-head{display:flex;gap:10px;align-items:center;flex-wrap:wrap;margin-bottom:8px} + .drip-step .ds-n{font-family:var(--mono);font-size:12px;color:var(--mint);letter-spacing:.08em} + .drip-step .ds-when{display:flex;align-items:center;gap:6px;font-size:13px;color:var(--muted)} + .drip-step .ds-when input{width:80px;text-align:right} + .drip-step .ds-when b{color:var(--ink)} + .drip-step .ds-tools{margin-left:auto;display:flex;gap:6px;flex-wrap:wrap} + .drip-step .ds-tools .btn{padding:6px 12px;font-size:12px} + .drip-step input.ds-subject{width:100%;margin-bottom:8px;font-weight:700} + .drip-step textarea.ds-body{width:100%;min-height:200px;font-size:13.5px;line-height:1.5} + .rates-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:12px 22px} + .rates-form .rf{display:flex;flex-direction:column;gap:4px} + .rates-form .rf label{font-size:13px;font-weight:700} + .rates-form .rf .hint{font-size:11.5px;color:var(--muted)} + .rates-form .rf input[type=number]{max-width:160px} + .rates-form .rf.wide{grid-column:1/-1} + .rates-form .sub-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px} + .rates-form .sub-grid label{font-size:12px;font-weight:600;color:var(--muted);display:flex;flex-direction:column;gap:3px} + .rates-form table.tiers{width:auto;font-size:13px} + .rates-form table.tiers td,.rates-form table.tiers th{padding:4px 8px;border:0} + .rates-form table.tiers input{width:90px} + .kv-form{display:grid;gap:8px} + .kv-row{display:grid;grid-template-columns:220px 1fr auto;gap:10px;align-items:center} + .kv-row .k{font-family:var(--mono);font-size:12.5px;overflow-wrap:anywhere} + .kv-row input[type=checkbox]{width:auto;justify-self:start} + @media(max-width:700px){.kv-row{grid-template-columns:1fr}}
@@ -203,30 +232,37 @@Each step: hours after the account was created, a subject, and a plain-text body.
- Placeholders: {{link}} the member's invite link, {{sponsor}}, {{site}}, {{footer}} (unsubscribe line + disclaimer, keep it).
- Steps must be in increasing hours.
One card per email. Placeholders fill in per reader: click a chip to drop it where your cursor is. + + + + + + +
+ -+
+ - - -
+ + +
- +