Skip to content

[Bug]: Download Data button hidden on mobile #3284

Description

@pax

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingto-reviewEvidence team to review

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions