summaryrefslogtreecommitdiff
path: root/packages/frontend/src/ui/_common_/notification.vue
diff options
context:
space:
mode:
Diffstat (limited to 'packages/frontend/src/ui/_common_/notification.vue')
-rw-r--r--packages/frontend/src/ui/_common_/notification.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/frontend/src/ui/_common_/notification.vue b/packages/frontend/src/ui/_common_/notification.vue
index 1f9c675a15..06dfcb0a23 100644
--- a/packages/frontend/src/ui/_common_/notification.vue
+++ b/packages/frontend/src/ui/_common_/notification.vue
@@ -1,6 +1,6 @@
<template>
<div :class="$style.root">
- <XNotification :notification="notification" class="notification _acrylic"/>
+ <XNotification :notification="notification" class="notification _acrylic" :full="false"/>
</div>
</template>