Polish website: blue-tinted background gradient, smaller workspace phone

- Body gradient now stays blue-tinted (was fading to white at bottom)
- Workspace phone shell reduced from 320px to 260px for full-screen visibility
- Matches reference design in d700 worktree
This commit is contained in:
Xisheng-Zhao
2026-06-08 17:36:55 +08:00
parent 6df3b0d53e
commit 35b1639241
+2 -2
View File
@@ -24,7 +24,7 @@ body {
background: background:
radial-gradient(circle at 82% 5%, rgba(255, 228, 92, 0.4), transparent 31%), radial-gradient(circle at 82% 5%, rgba(255, 228, 92, 0.4), transparent 31%),
radial-gradient(circle at 10% 30%, rgba(22, 71, 255, 0.16), transparent 30%), radial-gradient(circle at 10% 30%, rgba(22, 71, 255, 0.16), transparent 30%),
linear-gradient(180deg, #fbfcff 0%, var(--paper) 72%, #eef3ff 100%); linear-gradient(180deg, #fbfcff 0%, #e8eeff 55%, #d4dff9 85%, #c4d4f5 100%);
} }
body, button, input { font: inherit; } body, button, input { font: inherit; }
@@ -544,7 +544,7 @@ h3 {
} }
.workspace-phone-wrap .phone-shell-compact { .workspace-phone-wrap .phone-shell-compact {
width: min(320px, 72vw); width: min(260px, 60vw);
} }
/* Mention picker overlay */ /* Mention picker overlay */