aboutsummaryrefslogtreecommitdiff
path: root/src/components/notification
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/notification')
-rw-r--r--src/components/notification/notification.scss6
-rw-r--r--src/components/notification/notification.vue3
2 files changed, 8 insertions, 1 deletions
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss
index ec291547..a91bf062 100644
--- a/src/components/notification/notification.scss
+++ b/src/components/notification/notification.scss
@@ -4,6 +4,12 @@
.Notification {
--emoji-size: 14px;
+ &:hover {
+ --_still-image-img-visibility: visible;
+ --_still-image-canvas-visibility: hidden;
+ --_still-image-label-visibility: hidden;
+ }
+
&.-muted {
padding: 0.25em 0.6em;
height: 1.2em;
diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue
index 634ec8ee..eb02bed1 100644
--- a/src/components/notification/notification.vue
+++ b/src/components/notification/notification.vue
@@ -183,8 +183,9 @@
</router-link>
</div>
<template v-else>
- <status-content
+ <StatusContent
class="faint"
+ :compact="true"
:status="notification.action"
/>
</template>