mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 12:21:13 -05:00
Fix done button spacing
This commit is contained in:
@@ -68,7 +68,7 @@ const HistoryView = ({ taskHistory, onDone }: HistoryViewProps) => {
|
|||||||
display: "flex",
|
display: "flex",
|
||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
padding: "10px 16px 10px 20px",
|
padding: "10px 17px 10px 20px",
|
||||||
}}>
|
}}>
|
||||||
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>History</h3>
|
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>History</h3>
|
||||||
<VSCodeButton onClick={onDone}>Done</VSCodeButton>
|
<VSCodeButton onClick={onDone}>Done</VSCodeButton>
|
||||||
|
|||||||
@@ -83,7 +83,7 @@ const SettingsView = ({
|
|||||||
justifyContent: "space-between",
|
justifyContent: "space-between",
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
marginBottom: "17px",
|
marginBottom: "17px",
|
||||||
paddingRight: 18,
|
paddingRight: 17,
|
||||||
}}>
|
}}>
|
||||||
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Settings</h3>
|
<h3 style={{ color: "var(--vscode-foreground)", margin: 0 }}>Settings</h3>
|
||||||
<VSCodeButton onClick={handleSubmit}>Done</VSCodeButton>
|
<VSCodeButton onClick={handleSubmit}>Done</VSCodeButton>
|
||||||
|
|||||||
Reference in New Issue
Block a user