mirror of
https://github.com/sussy-code/smov.git
synced 2024-12-21 14:47:41 +01:00
Hide copy texts on mega-small viewports https://youtu.be/q6EoRBvdVPQ
This commit is contained in:
parent
41aaf29be7
commit
0000354a13
1 changed files with 4 additions and 2 deletions
|
@ -53,8 +53,10 @@ export function ErrorCard(props: {
|
||||||
</>
|
</>
|
||||||
) : (
|
) : (
|
||||||
<>
|
<>
|
||||||
<Icon icon={Icons.COPY} className="mr-3 text-2xl" />
|
<Icon icon={Icons.COPY} className="min-[400px]:mr-3 text-2xl" />
|
||||||
|
<span className="hidden min-[400px]:inline-block">
|
||||||
{t("actions.copy")}
|
{t("actions.copy")}
|
||||||
|
</span>
|
||||||
</>
|
</>
|
||||||
)}
|
)}
|
||||||
</Button>
|
</Button>
|
||||||
|
|
Loading…
Reference in a new issue