move notificationFx styles into styles directory

This commit is contained in:
Felix Wiedenbach 2021-10-15 06:26:23 +02:00
parent 467720f1c4
commit 8f5ee9466a
2 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Module.register("alert", {
},
getStyles() {
return ["notificationFx.css", "font-awesome.css", this.file(`./styles/${this.config.position}.css`)];
return ["font-awesome.css", this.file(`./styles/notificationFx.css`), this.file(`./styles/${this.config.position}.css`)];
},
getTranslations() {