diff options
| author | Henry Jameson <me@hjkos.com> | 2022-01-24 21:29:19 +0200 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-01-24 21:29:19 +0200 |
| commit | 94c37e8adfd9da591d2e88d1f350ad515c61ac84 (patch) | |
| tree | ea02402c6cd7fcbd7d90e5af78d16193f9db92a3 /src/components/notifications/notifications.scss | |
| parent | 56de3d2f528a818835c04baa1c1686f91fc42161 (diff) | |
| parent | 3cf7f9e3c827299c379c5618a6a972eb375fbb54 (diff) | |
Merge remote-tracking branch 'origin/develop' into proper-attachments
* origin/develop:
undo accidental change when merging
Apply 1 suggestion(s) to 1 file(s)
Rearranged settings, moved more stuff to filtering where apllicable. Changed how filering works.
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 77b3c438..9e5663ed 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -37,11 +37,6 @@ .notification { box-sizing: border-box; - border-bottom: 1px solid; - border-color: $fallback--border; - border-color: var(--border, $fallback--border); - word-wrap: break-word; - word-break: break-word; &:hover .animated.Avatar { canvas { |
