1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

Notification and connection status improvements

This commit is contained in:
2020-05-17 19:34:56 +02:00
parent 55b1991869
commit 14a2fad0ac
13 changed files with 226 additions and 96 deletions

View File

@ -5,7 +5,6 @@
v-for="notification in latestNotifications"
:key="notification.uid"
:message="notification.message"
:title="notification.message"
:status="notification.status"
@close="removeNotification(notification.uid)"
/>
@ -42,7 +41,7 @@ export default {
#notifications-board{
position: absolute;
z-index: 9;
right: 1rem;
right: .8rem;
bottom: $footer-height+1rem;
}
</style>