Skip to content

Commit

Permalink
chore: update some element
Browse files Browse the repository at this point in the history
  • Loading branch information
zouhangwithsweet committed Aug 20, 2024
1 parent 4a26645 commit 52bf8a3
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions entrypoints/injected/components/Download.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -164,13 +164,9 @@ export const Download = memo((props: { minimized?: boolean }) => {
onClick={handleCopy(svgString)}
/>
</div>
<textarea
value={svgString}
readOnly
rows={0}
autoComplete="off"
className="px-4 h-auto py-4 lh-4.5 bg-#f5f5f5 cursor-text font-['Roboto_Mono'] text-$color-text resize-none scrollbar-hide"
></textarea>
<span className="px-4 h-auto py-4 lh-4.5 max-h-14 overflow-y-auto bg-#f5f5f5 cursor-text font-['Roboto_Mono'] text-$color-text resize-none scrollbar-hide">
{svgString}
</span>
</div>
)}
</div>
Expand Down

0 comments on commit 52bf8a3

Please sign in to comment.