Various styling tweaks, fix #243

This commit is contained in:
Pieter Vander Vennet 2021-04-12 13:05:30 +02:00
parent 7d36d151e3
commit f177a3bad3
9 changed files with 50 additions and 10 deletions

View file

@ -31,7 +31,7 @@ export default class ShareScreen extends UIElement {
const optionCheckboxes: UIElement[] = []
const optionParts: (UIEventSource<string>)[] = [];
this.SetClass("link-underline")
function check() {
return Svg.checkmark_svg().SetStyle("width: 1.5em; display:inline-block;");
}