Center the messagebox again

This commit is contained in:
pietervdvn 2022-01-27 00:44:01 +01:00
parent 8ad26f169c
commit 83eb030c5c

View file

@ -27,7 +27,7 @@ export default class CenterMessageBox extends VariableUiElement {
super(message.map(toShow => toShow.el))
this.SetClass("flex justify-around " +
this.SetClass("flex justify-center " +
"rounded-3xl bg-white text-xl font-bold pointer-events-none p-4")
this.SetStyle("transition: opacity 750ms linear")