Compare commits

..

18 Commits

Author SHA1 Message Date
b75961e112 fix: grid minmax 260→220 避免 1200 viewport 下卡片溢出
1200 宽度下 main padding 缩到 2.5rem(media query),可用宽度 840px。
3 × minmax(260, 1fr) + 2 gap = 872 超出 32px。
改成 minmax(220, 1fr),3 × 220 + 32 = 692 < 840,留足余量。

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-24 01:07:32 +08:00
e034d29e02 auto-save 2026-04-24 01:06 (~1) 2026-04-24 01:07:02 +08:00
738b0db877 auto-save 2026-04-24 01:01 (~1) 2026-04-24 01:01:33 +08:00
5929a64d99 auto-save 2026-04-24 00:55 (~1) 2026-04-24 00:55:55 +08:00
b2773fdfb7 auto-save 2026-04-24 00:50 (~1) 2026-04-24 00:50:25 +08:00
db4b89f8b7 auto-save 2026-04-24 00:44 (~1) 2026-04-24 00:44:58 +08:00
2ef5d48f76 auto-save 2026-04-24 00:39 (~1) 2026-04-24 00:39:30 +08:00
7bdfc38b8d auto-save 2026-04-24 00:33 (~1) 2026-04-24 00:34:03 +08:00
599a9935d6 auto-save 2026-04-24 00:28 (~1) 2026-04-24 00:28:32 +08:00
ce748599c3 auto-save 2026-04-24 00:22 (~1) 2026-04-24 00:22:53 +08:00
acfe0f4964 auto-save 2026-04-24 00:16 (~1) 2026-04-24 00:17:03 +08:00
aa631de718 auto-save 2026-04-24 00:11 (~1) 2026-04-24 00:11:13 +08:00
7d33dc7e1a auto-save 2026-04-24 00:05 (~1) 2026-04-24 00:05:23 +08:00
aee4fe9c78 auto-save 2026-04-23 23:59 (~1) 2026-04-23 23:59:56 +08:00
686add8dc3 auto-save 2026-04-23 23:54 (~1) 2026-04-23 23:54:28 +08:00
e130066c5f auto-save 2026-04-23 23:48 (~1) 2026-04-23 23:49:00 +08:00
9ca7d3f0e6 auto-save 2026-04-23 23:43 (~1) 2026-04-23 23:43:33 +08:00
bd7b463acd auto-save 2026-04-23 23:35 (~1) 2026-04-23 23:38:04 +08:00
2 changed files with 127 additions and 1 deletions

View File

@@ -62,6 +62,132 @@
"message": "chore: gitignore source/(避免 submodule准备部署",
"hash": "e11c0d5",
"files_changed": 3
},
{
"ts": "2026-04-23T23:30:25+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 23:30 (~1)",
"hash": "65cf418",
"files_changed": 1
},
{
"ts": "2026-04-23T23:31:10+08:00",
"type": "commit",
"message": "feat: Dockerfile (nginx:alpine) 用于 Coolify 部署",
"hash": "8183cae",
"files_changed": 1
},
{
"ts": "2026-04-23T23:38:04+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 23:35 (~1)",
"hash": "bd7b463",
"files_changed": 1
},
{
"ts": "2026-04-23T23:43:33+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 23:43 (~1)",
"hash": "9ca7d3f",
"files_changed": 1
},
{
"ts": "2026-04-23T23:49:00+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 23:48 (~1)",
"hash": "e130066",
"files_changed": 1
},
{
"ts": "2026-04-23T23:54:28+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 23:54 (~1)",
"hash": "686add8",
"files_changed": 1
},
{
"ts": "2026-04-23T23:59:56+08:00",
"type": "commit",
"message": "auto-save 2026-04-23 23:59 (~1)",
"hash": "aee4fe9",
"files_changed": 1
},
{
"ts": "2026-04-24T00:05:23+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:05 (~1)",
"hash": "7d33dc7",
"files_changed": 1
},
{
"ts": "2026-04-24T00:11:13+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:11 (~1)",
"hash": "aa631de",
"files_changed": 1
},
{
"ts": "2026-04-24T00:17:03+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:16 (~1)",
"hash": "acfe0f4",
"files_changed": 1
},
{
"ts": "2026-04-24T00:22:53+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:22 (~1)",
"hash": "ce74859",
"files_changed": 1
},
{
"ts": "2026-04-24T00:28:32+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:28 (~1)",
"hash": "599a993",
"files_changed": 1
},
{
"ts": "2026-04-24T00:34:03+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:33 (~1)",
"hash": "7bdfc38",
"files_changed": 1
},
{
"ts": "2026-04-24T00:39:30+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:39 (~1)",
"hash": "2ef5d48",
"files_changed": 1
},
{
"ts": "2026-04-24T00:44:58+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:44 (~1)",
"hash": "db4b89f",
"files_changed": 1
},
{
"ts": "2026-04-24T00:50:25+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:50 (~1)",
"hash": "b2773fd",
"files_changed": 1
},
{
"ts": "2026-04-24T00:55:55+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 00:55 (~1)",
"hash": "5929a64",
"files_changed": 1
},
{
"ts": "2026-04-24T01:01:33+08:00",
"type": "commit",
"message": "auto-save 2026-04-24 01:01 (~1)",
"hash": "738b0db",
"files_changed": 1
}
]
}

View File

@@ -133,7 +133,7 @@
.card.warn{border-left:3px solid var(--yellow)}
.card h4{margin-top:0}
.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));margin:1rem 0}
.grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));margin:1rem 0}
.tldr{
background:linear-gradient(135deg,#2a1f1a,#1a2a26);