diff options
| author | Henry Jameson <me@hjkos.com> | 2024-02-12 19:17:17 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2024-02-12 19:17:17 +0200 |
| commit | 48f106b438e22d8289904c9f474819ad7b85d0e8 (patch) | |
| tree | 65546fe547d64e85287de8719b8e6647780e4e2c /src/components/notification | |
| parent | ae345d2c458bd0952d9b85c2e03060b2d286d320 (diff) | |
separate greentext into "fun text" and make Post/Notification related components
Diffstat (limited to 'src/components/notification')
| -rw-r--r-- | src/components/notification/notification.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/components/notification/notification.scss b/src/components/notification/notification.scss index 654aca3c..86d3e31d 100644 --- a/src/components/notification/notification.scss +++ b/src/components/notification/notification.scss @@ -3,8 +3,7 @@ // TODO Copypaste from Status, should unify it somehow .Notification { border-bottom: 1px solid; - border-color: $fallback--border; - border-color: var(--border, $fallback--border); + border-color: var(--border); word-wrap: break-word; word-break: break-word; |
