Small improvements

This commit is contained in:
Pieter Vander Vennet 2021-07-28 23:20:46 +02:00
parent ae21e33077
commit 466527e0f8
4 changed files with 18 additions and 11 deletions

View file

@ -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,