Describe the bug
Download component is hidden on mobile (600px)
See DownloadData.svelte line 116
@media (max-width: 600px) {
button {
display: none;
}
}
Steps to Reproduce
resize browser to narrower than 600px window
Logs
System Info
@evidence-dev/core-components: 5.4.2
@evidence-dev/evidence: 40.1.8
Severity
serious, but I can work around it
Additional Information, or Workarounds
temporary fix. remove the offending line from DownloadData.svelte, delete .evidence and node_modules/.vite folders
Describe the bug
Download component is hidden on mobile (600px)
See DownloadData.svelte line 116
Steps to Reproduce
resize browser to narrower than 600px window
Logs
System Info
Severity
serious, but I can work around it
Additional Information, or Workarounds
temporary fix. remove the offending line from DownloadData.svelte, delete
.evidenceandnode_modules/.vitefolders