forked from MapComplete/MapComplete
A11y: more screenreader a11y tweaks, UX tweaks
This commit is contained in:
parent
8122826ddc
commit
3059d2ed26
16 changed files with 291 additions and 248 deletions
|
|
@ -20,6 +20,7 @@ export class ShareLinkViz implements SpecialVisualization {
|
|||
},
|
||||
]
|
||||
needsUrls = []
|
||||
svelteBased = true
|
||||
|
||||
public constr(
|
||||
state: SpecialVisualizationState,
|
||||
|
|
@ -52,6 +53,8 @@ export class ShareLinkViz implements SpecialVisualization {
|
|||
}
|
||||
}
|
||||
|
||||
return new SvelteUIElement(ShareButton, { generateShareData, text })
|
||||
return new SvelteUIElement(ShareButton, { generateShareData, text }).SetClass(
|
||||
"w-full h-full"
|
||||
)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue