diff options
| author | Shpuld Shpludson <shp@cock.li> | 2020-05-01 20:24:25 +0000 |
|---|---|---|
| committer | Shpuld Shpludson <shp@cock.li> | 2020-05-01 20:24:25 +0000 |
| commit | c67e9daf068c5a7eafaa7ce6a6418c8916a4f118 (patch) | |
| tree | 8b6d1b006c7d3e74a5e5b3515f1a55a99aaa4b21 /src/components/notifications/notifications.scss | |
| parent | af3e69743e3192898f185fbc867defa1d155a4d4 (diff) | |
| parent | 01b07f01e9340935faf51e5a3c8034cc90423989 (diff) | |
Merge branch 'follow-request-notification' into 'develop'
Add support for follow request notifications
Closes #823 and #822
See merge request pleroma/pleroma-fe!1093
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -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); |
