feat: enhance responsiveness and styling across components

This commit is contained in:
fgrreloaded
2025-02-18 16:27:07 +05:30
parent 77406361eb
commit 8c6b937d50
7 changed files with 63 additions and 25 deletions

View File

@@ -30,7 +30,7 @@ export function CommandDisplay({ command }: CommandDisplayProps) {
<Copy className="w-4 h-4 text-gray-400" />
)}
</button>
<pre className="pr-12">{command}</pre>
<pre className="pr-12 max-sm:text-xs">{command}</pre>
</div>
</div>
);