From a3c703bd37fc55c2377cb0bf099af6a21ea07e8e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 14 Jun 2021 02:52:41 +0300 Subject: compact notifs --- src/components/notification/notification.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/components/notification') diff --git a/src/components/notification/notification.vue b/src/components/notification/notification.vue index 0081dee4..396ae0e1 100644 --- a/src/components/notification/notification.vue +++ b/src/components/notification/notification.vue @@ -181,8 +181,9 @@ -- cgit v1.2.3-70-g09d2 From 49fe33418609e68e4056783e84292ac856b989a5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 16 Aug 2021 01:34:35 +0300 Subject: play gifs when hovering over notification --- src/components/notification/notification.scss | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/components/notification') 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; -- cgit v1.2.3-70-g09d2