diff options
| author | Shpuld Shpuldson <shp@cock.li> | 2020-07-08 14:11:42 +0300 |
|---|---|---|
| committer | Shpuld Shpuldson <shp@cock.li> | 2020-07-08 14:11:42 +0300 |
| commit | 60921be5a050ae2e56e2f12c462ced15b4696843 (patch) | |
| tree | 1c89ddd73e3b080effb1db2a88c5febf5c332322 | |
| parent | a0ddcbdf5b19f658bc07086beaa4034a6309fe3b (diff) | |
give notification timeago a min width
| -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 { |
