Center the messagebox again
This commit is contained in:
parent
8ad26f169c
commit
83eb030c5c
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||
|
||||
|
|
Loading…
Reference in a new issue