feat: PWA support + mobile-responsive layout + QR code to open Atlas on phone
Made-with: Cursor
This commit is contained in:
@@ -351,7 +351,7 @@ export function AtlasChat({ projectId }: AtlasChatProps) {
|
||||
)}
|
||||
|
||||
{/* Input bar */}
|
||||
<div style={{ padding: "14px 32px 22px", flexShrink: 0 }}>
|
||||
<div style={{ padding: "14px 32px max(22px, env(safe-area-inset-bottom))", flexShrink: 0 }}>
|
||||
<div style={{
|
||||
display: "flex", gap: 8, padding: "5px 5px 5px 16px",
|
||||
background: "#fff", border: "1px solid #e0dcd4", borderRadius: 10,
|
||||
|
||||
Reference in New Issue
Block a user