diff options
| author | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-07-08 12:57:31 +0000 |
|---|---|---|
| committer | HJ <30-hj@users.noreply.git.pleroma.social> | 2020-07-08 12:57:31 +0000 |
| commit | 2b3c4ccfaeddb6a05c7a97e669daa17c2058727c (patch) | |
| tree | 1c89ddd73e3b080effb1db2a88c5febf5c332322 /src/components/notifications | |
| parent | a0ddcbdf5b19f658bc07086beaa4034a6309fe3b (diff) | |
| parent | 60921be5a050ae2e56e2f12c462ced15b4696843 (diff) | |
Merge branch 'fix/notifications-jumping-based-on-time' into 'develop'
Fix notifications (favs and rts) jumping based on timeago width
See merge request pleroma/pleroma-fe!1175
Diffstat (limited to 'src/components/notifications')
| -rw-r--r-- | src/components/notifications/notifications.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index 20797cf9..b1a3ad70 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -118,6 +118,11 @@ flex: 1; padding-left: 0.8em; min-width: 0; + + .timeago { + min-width: 3em; + text-align: right; + } } .emoji-reaction-emoji { |
