diff options
| author | dave <starpumadev@gmail.com> | 2019-02-11 22:35:24 -0500 |
|---|---|---|
| committer | dave <starpumadev@gmail.com> | 2019-02-11 22:35:24 -0500 |
| commit | f2ce2e917623e131741bd0dc163734f416ff83f7 (patch) | |
| tree | 919b324db3836363ee4efad695f05535f8eda201 /src/components/notifications/notifications.scss | |
| parent | 8efe30c2dcc3d1ee22d00666ad6cb42f636ebb69 (diff) | |
#344 - replace float: with flexbox, clean up
Diffstat (limited to 'src/components/notifications/notifications.scss')
| -rw-r--r-- | src/components/notifications/notifications.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/components/notifications/notifications.scss b/src/components/notifications/notifications.scss index bc81d45c..b3364afc 100644 --- a/src/components/notifications/notifications.scss +++ b/src/components/notifications/notifications.scss @@ -103,6 +103,7 @@ flex: 1 1 0; display: flex; flex-wrap: nowrap; + justify-content: space-between; .name-and-action { flex: 1; @@ -123,8 +124,8 @@ object-fit: contain } } + .timeago { - float: right; font-size: 12px; } |
