mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
move notificationFx styles into styles directory
This commit is contained in:
@@ -22,7 +22,7 @@ Module.register("alert", {
|
|||||||
},
|
},
|
||||||
|
|
||||||
getStyles() {
|
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() {
|
getTranslations() {
|
||||||
|
Reference in New Issue
Block a user