We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80b8273 commit 2209de9Copy full SHA for 2209de9
src/components/DemoPage.jsx
@@ -136,7 +136,7 @@ if __name__ == "__main__":
136
</div>
137
138
<div style={{
139
- margin: '30px 0px 0px 0px',
+ margin: '14px 0px 0px 0px',
140
padding: '25px 30px',
141
borderLeft: '4px solid var(--chat-button-bg)',
142
borderRadius: '6px',
@@ -163,7 +163,7 @@ if __name__ == "__main__":
163
164
165
{/* Right Pane with the main App wrapped in the Dynamic Data Provider */}
166
- <div className="layout" style={{ marginTop: '30px' }}>
+ <div className="layout" style={{ marginTop: '5px' }}>
167
<div className="left-pane">
168
<LeftPane
169
selectedHour={selectedHour}
0 commit comments