Add ability to open images

This commit is contained in:
Saoud Rizwan
2024-09-10 17:18:21 -04:00
parent 3a4e8b8d96
commit 706ee8a0fe
6 changed files with 34 additions and 2 deletions

View File

@@ -156,7 +156,7 @@ const TaskHeader: React.FC<TaskHeaderProps> = ({
${totalCost?.toFixed(4)}
</div>
)}
<VSCodeButton appearance="icon" onClick={onClose} style={{ marginLeft: 10, flexShrink: 0 }}>
<VSCodeButton appearance="icon" onClick={onClose} style={{ marginLeft: 6, flexShrink: 0 }}>
<span className="codicon codicon-close"></span>
</VSCodeButton>
</div>