mirror of
https://github.com/stackblitz-labs/bolt.diy
synced 2025-01-23 03:07:05 +00:00
updated padding
This commit is contained in:
parent
3aa90bf990
commit
2fa4cfe539
@ -254,7 +254,7 @@ export const SettingsWindow = ({ open, onClose }: SettingsProps) => {
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div className="flex-1 flex flex-col p-8 bg-bolt-elements-background-depth-2">
|
||||
<div className="flex-1 flex flex-col p-8 pt-10 bg-bolt-elements-background-depth-2">
|
||||
<div className="flex-1 overflow-y-auto">
|
||||
{activeTab === 'chat-history' && (
|
||||
<div className="p-4">
|
||||
|
Loading…
Reference in New Issue
Block a user