about summary refs log tree commit diff
path: root/app
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2018-12-08 00:40:11 +0100
committerGitHub <noreply@github.com>2018-12-08 00:40:11 +0100
commit4638b1682247df52ab5b22d06cd2a3df3277b2f9 (patch)
treef071c9092e804d399caf6a33329f1295956433c4 /app
parent6cf12aa74cf4bd50f14aaca78bd545bcb3d8155d (diff)
Make notification time smaller and reduce contrast (#9464)
Diffstat (limited to 'app')
-rw-r--r--app/javascript/styles/mastodon/components.scss3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss
index b2e9bd1df..c880e99a9 100644
--- a/app/javascript/styles/mastodon/components.scss
+++ b/app/javascript/styles/mastodon/components.scss
@@ -876,7 +876,8 @@
   }
 }
 
-.status__relative-time {
+.status__relative-time,
+.notification__relative_time {
   color: $dark-text-color;
   float: right;
   font-size: 14px;