fix: Atlas surface colors to navy theme, widen station Vitals panel, update docs username to mai

This commit is contained in:
posimai 2026-03-31 12:48:18 +09:00
parent b121872c19
commit 94fcdc3072
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
``` ```
╔══════════════════════════════════════════════════════════╗ ╔══════════════════════════════════════════════════════════╗
║ maita の開発環境Windows 11 PC ║ mai の開発環境Windows 11 PC
║ VS Code / Cursor / Claude Code CLI / Termius ║ ║ VS Code / Cursor / Claude Code CLI / Termius ║
╚══════════════════════════════════════════════════════════╝ ╚══════════════════════════════════════════════════════════╝
│ git pushgitea + github の2リモート同時 │ git pushgitea + github の2リモート同時
@ -142,7 +142,7 @@
方針(本番としてそのまま進化させる): 方針(本番としてそのまま進化させる):
フロント → API Key or JWT (Magic Link) → VPS が検証 フロント → API Key or JWT (Magic Link) → VPS が検証
?init_key= URL → localStorage に保存・JWT 保有 ?init_key= URL → localStorage に保存・JWT 保有
3ユーザーmaita / partner / musumeのみ対応 3ユーザーmai / partner / musumeのみ対応
メール送信: Resend API (noreply@soar-enrich.com) メール送信: Resend API (noreply@soar-enrich.com)
※ Supabase Auth への移行計画は中止(完全自己ホスト化) ※ Supabase Auth への移行計画は中止(完全自己ホスト化)

View File

@ -77,7 +77,7 @@
#date { font-size:12px;color:var(--text3);margin-top:3px;letter-spacing:0.06em; } #date { font-size:12px;color:var(--text3);margin-top:3px;letter-spacing:0.06em; }
#last-checked { text-align:right;font-size:11px;color:var(--text3); } #last-checked { text-align:right;font-size:11px;color:var(--text3); }
#middle { display:grid;grid-template-columns:270px 200px 1fr 196px;gap:12px;min-height:0; } #middle { display:grid;grid-template-columns:270px 280px 1fr 196px;gap:12px;min-height:0; }
.metric-item { display:flex;flex-direction:column;gap:5px;flex-shrink:0; } .metric-item { display:flex;flex-direction:column;gap:5px;flex-shrink:0; }
.metric-header-row { display:flex;justify-content:space-between;align-items:baseline; } .metric-header-row { display:flex;justify-content:space-between;align-items:baseline; }