Merge remote-tracking branch 'origin/master' into codex/generation-task-reliability

# Conflicts:
#	src/components/AppShell.tsx
This commit is contained in:
2026-06-05 18:38:08 +08:00
4 changed files with 1218 additions and 34 deletions
+7
View File
@@ -15,3 +15,10 @@
.profile-page__works-scroll .profile-page__list-grid {
grid-template-columns: repeat(3, 1fr); /* 固定3列,刚好3×3=9个可见 */
}
/* Dashboard uses natural page scrolling instead of a nested works scroller. */
.profile-page--dashboard .profile-page__works-scroll {
max-height: none;
overflow: visible;
scrollbar-width: auto;
}
File diff suppressed because it is too large Load Diff