diff options
| author | eugenijm <eugenijm@protonmail.com> | 2020-04-25 07:04:39 +0300 |
|---|---|---|
| committer | eugenijm <eugenijm@protonmail.com> | 2020-04-30 09:58:55 +0300 |
| commit | 01b07f01e9340935faf51e5a3c8034cc90423989 (patch) | |
| tree | a2710502d7ab26bb8d1ba0d96d9920019dec0987 /src/components/notifications | |
| parent | dea7e2f6acd06839c89cd4a14a101ec162ca4e58 (diff) | |
Add support for follow request notifications
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index a8f4430f..80dad28b 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -82,6 +82,16 @@ .follow-text, .move-text { padding: 0.5em 0; overflow-wrap: break-word; + display: flex; + justify-content: space-between; + + .follow-name { + display: block; + max-width: 100%; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } } .status-el { @@ -143,6 +153,11 @@ color: var(--cGreen, $fallback--cGreen); } + .icon-user.lit { + color: $fallback--cBlue; + color: var(--cBlue, $fallback--cBlue); + } + .icon-user-plus.lit { color: $fallback--cBlue; color: var(--cBlue, $fallback--cBlue); |
