forked from MapComplete/MapComplete
Small improvements
This commit is contained in:
parent
ae21e33077
commit
466527e0f8
4 changed files with 18 additions and 11 deletions
|
@ -35,7 +35,10 @@ export default class AllDownloads extends ScrollableFullScreen {
|
|||
}
|
||||
|
||||
const pdf = new Toggle(
|
||||
new SubtleButton(Svg.floppy_ui(), Translations.t.general.download.downloadAsPdf.Clone().SetClass("font-bold"),)
|
||||
new SubtleButton(Svg.floppy_ui(),
|
||||
new Combine([Translations.t.general.download.downloadAsPdf.Clone().SetClass("font-bold"),
|
||||
Translations.t.general.download.downloadAsPdfHelper.Clone()]
|
||||
).SetClass("flex flex-col"))
|
||||
.onClick(generatePdf),
|
||||
undefined,
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue