Frontend: Move notification to the bottom

Signed-off-by: Michael Mayer <michael@liquidbytes.net>
This commit is contained in:
Michael Mayer 2020-04-21 10:32:11 +02:00
parent 122e4730a3
commit 3ba9c3ad63

View File

@ -5,8 +5,7 @@
:color="color"
:timeout="0"
:class="textColor"
:top="$vuetify.breakpoint.smAndUp"
:right="$vuetify.breakpoint.smAndUp"
:bottom="true"
>
{{ text }}
<v-btn
@ -88,7 +87,7 @@
},
addInfoMessage: function (message) {
this.addMessage('info', 'white--text', message, 1250);
this.addMessage('info', 'white--text', message, 2000);
},
addMessage: function (color, textColor, message, delay) {