logo

pleroma-fe

My custom branche(s) on git.pleroma.social/pleroma/pleroma-fe git clone https://hacktivis.me/git/pleroma-fe.git
commit: f7e2ac1c482d163b429d56e95159ef009044724d
parent 2f8aae371bf1594a3c49638cdb14ccd93f1371e8
Author: Henry Jameson <me@hjkos.com>
Date:   Mon, 24 Jan 2022 19:16:03 +0200

undo accidental change when merging

Diffstat:

Msrc/components/notification/notification.scss7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

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