logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: 49fe33418609e68e4056783e84292ac856b989a5
parent 14ec7d6a41569af555ba5a361edbb413dbbd4c5d
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 16 Aug 2021 01:34:35 +0300

play gifs when hovering over notification

Diffstat:

Msrc/components/notification/notification.scss6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git 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;