Lots of styling, mobile friendliness, better UI flows

This commit is contained in:
Pieter Vander Vennet 2020-06-28 00:06:23 +02:00
parent 0b4016b65d
commit 57c9fcc5aa
28 changed files with 440 additions and 117 deletions

View file

@ -39,7 +39,9 @@ export class QuestionPicker extends UIElement {
return "";
}
return highestQ.CreateHtml(this.source).Render();
return "<div class='infobox-questions'>" +
highestQ.CreateHtml(this.source).Render() +
"</div>";
}
InnerUpdate(htmlElement: HTMLElement) {
}