aboutsummaryrefslogtreecommitdiff
path: root/src/components
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2022-01-24 19:16:03 +0200
committerHenry Jameson <me@hjkos.com>2022-01-24 19:16:03 +0200
commitf7e2ac1c482d163b429d56e95159ef009044724d (patch)
tree157ad2f2d91a2c52c7a73825ffca84d0a5f3eb76 /src/components
parent2f8aae371bf1594a3c49638cdb14ccd93f1371e8 (diff)
undo accidental change when merging
Diffstat (limited to 'src/components')
-rw-r--r--src/components/notification/notification.scss7
1 files changed, 6 insertions, 1 deletions
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;