Support ultrawide layout with equal columns and taiji branding.
Use 50/50 mode workspace columns, widen content to 1920px on fish screens, replace header logo with taiji icon, and add full-page taiji backdrop. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
+5
-1
@@ -72,7 +72,7 @@
|
||||
}
|
||||
|
||||
body {
|
||||
@apply gap flex flex-col bg-background text-foreground zen-bg;
|
||||
@apply gap flex flex-col bg-background/95 text-foreground;
|
||||
}
|
||||
|
||||
body {
|
||||
@@ -122,4 +122,8 @@
|
||||
.zen-card-glow {
|
||||
background: radial-gradient(circle, hsl(var(--primary) / 0.06) 0%, transparent 70%);
|
||||
}
|
||||
|
||||
.zen-card {
|
||||
@apply bg-card/85 backdrop-blur-sm;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user