updated padding
Browse files
app/components/settings/SettingsWindow.tsx
CHANGED
@@ -254,7 +254,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
|
|
254 |
</div>
|
255 |
</div>
|
256 |
|
257 |
-
<div className="flex-1 flex flex-col p-8 bg-bolt-elements-background-depth-2">
|
258 |
<div className="flex-1 overflow-y-auto">
|
259 |
{activeTab === 'chat-history' && (
|
260 |
<div className="p-4">
|
|
|
254 |
</div>
|
255 |
</div>
|
256 |
|
257 |
+
<div className="flex-1 flex flex-col p-8 pt-10 bg-bolt-elements-background-depth-2">
|
258 |
<div className="flex-1 overflow-y-auto">
|
259 |
{activeTab === 'chat-history' && (
|
260 |
<div className="p-4">
|