From 4c974f5ca21c6a514d0dfc09a0aeab7789da95c5 Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Fri, 13 Aug 2021 13:06:42 +0300 Subject: richcontent support in polls, user cards and user profiles --- src/components/notification/notification.scss | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/components/notification/notification.scss') diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index f5905560..ec291547 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -2,6 +2,8 @@ // TODO Copypaste from Status, should unify it somehow .Notification { + --emoji-size: 14px; + &.-muted { padding: 0.25em 0.6em; height: 1.2em; -- 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/notification.scss') 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 From f7e2ac1c482d163b429d56e95159ef009044724d Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Mon, 24 Jan 2022 19:16:03 +0200 Subject: undo accidental change when merging --- src/components/notification/notification.scss | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/notification/notification.scss') diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index ec291547..14ec6213 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -2,7 +2,12 @@ // TODO Copypaste from Status, should unify it somehow .Notification { - --emoji-size: 14px; + border-bottom: 1px solid; + border-color: $fallback--border; + border-color: var(--border, $fallback--border); + word-wrap: break-word; + word-break: break-word; + --emoji-size: 14px; &.-muted { padding: 0.25em 0.6em; -- cgit v1.2.3-70-g09d2