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 91a0769 commit a5ade52Copy full SHA for a5ade52
src/ui/downloads/pending/download-actions.tsx
@@ -69,7 +69,7 @@ export function DownloadActions({ matchId, demoFileName }: Props) {
69
70
return (
71
<div className="flex flex-col flex-1 items-end justify-between h-full">
72
- <div className="flex items-center gap-4">
+ <div className="flex items-center gap-8">
73
{statusIcon}
74
<RemoveDownloadButton matchId={matchId} />
75
</div>
0 commit comments